| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestByFastForwardResult |
AWSCodeCommit.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest)
Closes a pull request and attempts to merge the source commit of a pull request into the specified destination
branch for that pull request at the specified commit using the fast-forward merge option.
|
MergePullRequestByFastForwardResult |
AbstractAWSCodeCommit.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest request) |
MergePullRequestByFastForwardResult |
AWSCodeCommitClient.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest request)
Closes a pull request and attempts to merge the source commit of a pull request into the specified destination
branch for that pull request at the specified commit using the fast-forward merge option.
|
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestByFastForwardResult |
MergePullRequestByFastForwardResult.clone() |
MergePullRequestByFastForwardResult |
MergePullRequestByFastForwardResult.withPullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
|
Copyright © 2019. All rights reserved.