java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.pull.PullRequestMergeConfigType |
Configuration
for pull request merge strategies can be applied at different
levels, which are described here.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PullRequestMergeConfigType | DEFAULT | Merge strategies have not been explicitly configured at any level, so the SCM's defaults are being used. | |||||||||
PullRequestMergeConfigType | PROJECT | Merge strategies have been configured for the project. | |||||||||
PullRequestMergeConfigType | REPOSITORY | Merge strategies have been configured for the repository. | |||||||||
PullRequestMergeConfigType | SCM | Merge strategies have been configured globally for all repositories using this SCM. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Merge strategies have not been explicitly configured at any level, so the SCM's defaults are being used.
Merge strategies have been configured for the project. This is more specific than SCM
level
configuration, but can be overridden by repository
level configuration.
Merge strategies have been configured globally for all repositories using this SCM. This is the least
specific level of configuration, and can be overridden by configuration at the project
or repository
level.