| Package | Description |
|---|---|
| com.atlassian.bitbucket.pull | |
| com.atlassian.bitbucket.pull.automerge |
| Modifier and Type | Method and Description |
|---|---|
PullRequestMergeRequest |
PullRequestMergeRequest.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
PullRequestService.merge(PullRequestMergeRequest request)
Merges a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequest |
AutoMergeService.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:
the
setting 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 request cannot be merged immediately
|
Copyright © 2023 Atlassian. All rights reserved.