| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
MergePullRequestByFastForwardResult |
AbstractAWSCodeCommit.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest request) |
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.
|
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsync.mergePullRequestByFastForwardAsync(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.
|
Future<MergePullRequestByFastForwardResult> |
AbstractAWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsyncClient.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest,
AsyncHandler<MergePullRequestByFastForwardRequest,MergePullRequestByFastForwardResult> asyncHandler)
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.
|
Future<MergePullRequestByFastForwardResult> |
AbstractAWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request,
AsyncHandler<MergePullRequestByFastForwardRequest,MergePullRequestByFastForwardResult> asyncHandler) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsyncClient.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request,
AsyncHandler<MergePullRequestByFastForwardRequest,MergePullRequestByFastForwardResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestByFastForwardRequest |
MergePullRequestByFastForwardRequest.clone() |
MergePullRequestByFastForwardRequest |
MergePullRequestByFastForwardRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
MergePullRequestByFastForwardRequest |
MergePullRequestByFastForwardRequest.withRepositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
MergePullRequestByFastForwardRequest |
MergePullRequestByFastForwardRequest.withSourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch.
|
Copyright © 2018. All rights reserved.