MergePullRequestByFastForwardResult |
AWSCodeCommitClient.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest request)
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 strategy.
|
MergePullRequestByFastForwardResult |
AbstractAWSCodeCommit.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest request) |
MergePullRequestByFastForwardResult |
AWSCodeCommit.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest)
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 strategy.
|
Future<MergePullRequestByFastForwardResult> |
AbstractAWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsyncClient.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest)
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 strategy.
|
Future<MergePullRequestByFastForwardResult> |
AbstractAWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request,
AsyncHandler<MergePullRequestByFastForwardRequest,MergePullRequestByFastForwardResult> asyncHandler) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsyncClient.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest request,
AsyncHandler<MergePullRequestByFastForwardRequest,MergePullRequestByFastForwardResult> asyncHandler) |
Future<MergePullRequestByFastForwardResult> |
AWSCodeCommitAsync.mergePullRequestByFastForwardAsync(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest,
AsyncHandler<MergePullRequestByFastForwardRequest,MergePullRequestByFastForwardResult> asyncHandler)
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 strategy.
|