v1
latestOpenAPI 3.0.1Copyright (c) 2023 by Mibex Software GmbH, Switzerland. All rights reserved.raw.githubusercontent.com2023-02-0711321.8 KBCreates or updates the repository settings for the plug-in.
Path parameters
Request body
Configure which branches should be analyzed or which should be ignored (default is to analyze all branches).
You can use patterns as known from Bitbucket's branch permissions (syntax reference). Use whitespace as delimiter. Example: release-* develop
(Deprecated) Commits with messages that contain matches for this regex will be considered as bug-fixing commits. Examples: "fix(es|ed)?" or "fixes [A-Z]+-\d+"
(Deprecated) This marks files that have been recognized as hotspots in pull requests with a special comment that the reviewer should take extra care when reviewing this file. The plug-ins ranks files by the number of times they have been changed with a bug-fixing commit (i.e. a commit which fixes a bug) in the past and considers the top 10% as hotspots.
(Deprecated) This text will be shown in the pull request comment for the reviewer when a file is considered as a hotspot.
(Deprecated) Pull request templates allow you to define a template markdown text for pull request descriptions that help contributors to add the right details when they create a pull request. Just add a file PULL_REQUEST_TEMPLATE.md (or if you do not want to clutter the root directory of your project .bitbucket/PULL_REQUEST_TEMPLATE.md) to the default branch of your repository and enable this setting to get started.
Show Code Analyzes in PullRequest. Reads the build logs to extract the analyzers results.
Show severity icon in pull request messages for detected code issues (takes more space compared to plain text severity).
Response
Creates or updates the repository settings for the plug-in.
Configure which branches should be analyzed or which should be ignored (default is to analyze all branches).
You can use patterns as known from Bitbucket's branch permissions (syntax reference). Use whitespace as delimiter. Example: release-* develop
(Deprecated) Commits with messages that contain matches for this regex will be considered as bug-fixing commits. Examples: "fix(es|ed)?" or "fixes [A-Z]+-\d+"
(Deprecated) This marks files that have been recognized as hotspots in pull requests with a special comment that the reviewer should take extra care when reviewing this file. The plug-ins ranks files by the number of times they have been changed with a bug-fixing commit (i.e. a commit which fixes a bug) in the past and considers the top 10% as hotspots.
(Deprecated) This text will be shown in the pull request comment for the reviewer when a file is considered as a hotspot.
(Deprecated) Pull request templates allow you to define a template markdown text for pull request descriptions that help contributors to add the right details when they create a pull request. Just add a file PULL_REQUEST_TEMPLATE.md (or if you do not want to clutter the root directory of your project .bitbucket/PULL_REQUEST_TEMPLATE.md) to the default branch of your repository and enable this setting to get started.
Show Code Analyzes in PullRequest. Reads the build logs to extract the analyzers results.
Show severity icon in pull request messages for detected code issues (takes more space compared to plain text severity).