Uses of Interface
com.atlassian.bitbucket.pull.PullRequestMergeStrategy
Packages that use PullRequestMergeStrategy
-
Uses of PullRequestMergeStrategy in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestMergeStrategyModifier and TypeMethodDescriptionPullRequestMergeConfig.getDefaultStrategy()
Retrieves the default strategy, which will be used automatically when merging pull requests if anexplicit strategy
is not requested.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestMergeStrategyModifier and TypeMethodDescriptionPullRequestMergeConfig.getStrategies()
Retrieves the complete set of merge strategies supported by the SCM, including thedefault strategy
.