Uses of Class
com.atlassian.bitbucket.pull.PullRequestMergeRequest
Packages that use PullRequestMergeRequest
-
Uses of PullRequestMergeRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestMergeRequestMethods in com.atlassian.bitbucket.pull with parameters of type PullRequestMergeRequestModifier and TypeMethodDescriptionPullRequestService.merge
(PullRequestMergeRequest request) Merges a pull request. -
Uses of PullRequestMergeRequest in com.atlassian.bitbucket.pull.automerge
Methods in com.atlassian.bitbucket.pull.automerge with parameters of type PullRequestMergeRequestModifier 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