Uses of Class
com.atlassian.bitbucket.pull.PullRequestMergeRequest
-
Uses of PullRequestMergeRequest in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestService.merge
(PullRequestMergeRequest request) Merges a pull request. -
Uses of PullRequestMergeRequest in com.atlassian.bitbucket.pull.automerge
Modifier and TypeMethodDescriptionAutoMergeService.submitAutoMergeRequest
(PullRequestMergeRequest pullRequestMergeRequest) Creates an auto-merge request for the provided pull request with all the parameters from the provided merge request, if all the following conditions are met: thesetting
is enabled for the repository that the pull request targets auto-merge is not already requested for this pull request there are no merge conflicts on the pull request the pull requestcannot be merged
immediately