| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
MergeBranchesByFastForwardResult |
AbstractAWSCodeCommit.mergeBranchesByFastForward(MergeBranchesByFastForwardRequest request) |
MergeBranchesByFastForwardResult |
AWSCodeCommitClient.mergeBranchesByFastForward(MergeBranchesByFastForwardRequest request)
Merges two branches using the fast-forward merge strategy.
|
MergeBranchesByFastForwardResult |
AWSCodeCommit.mergeBranchesByFastForward(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest)
Merges two branches using the fast-forward merge strategy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<MergeBranchesByFastForwardResult> |
AbstractAWSCodeCommitAsync.mergeBranchesByFastForwardAsync(MergeBranchesByFastForwardRequest request,
AsyncHandler<MergeBranchesByFastForwardRequest,MergeBranchesByFastForwardResult> asyncHandler) |
Future<MergeBranchesByFastForwardResult> |
AWSCodeCommitAsyncClient.mergeBranchesByFastForwardAsync(MergeBranchesByFastForwardRequest request,
AsyncHandler<MergeBranchesByFastForwardRequest,MergeBranchesByFastForwardResult> asyncHandler) |
Future<MergeBranchesByFastForwardResult> |
AWSCodeCommitAsync.mergeBranchesByFastForwardAsync(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest,
AsyncHandler<MergeBranchesByFastForwardRequest,MergeBranchesByFastForwardResult> asyncHandler)
Merges two branches using the fast-forward merge strategy.
|
| Modifier and Type | Method and Description |
|---|---|
MergeBranchesByFastForwardResult |
MergeBranchesByFastForwardResult.clone() |
MergeBranchesByFastForwardResult |
MergeBranchesByFastForwardResult.withCommitId(String commitId)
The commit ID of the merge in the destination or target branch.
|
MergeBranchesByFastForwardResult |
MergeBranchesByFastForwardResult.withTreeId(String treeId)
The tree ID of the merge in the destination or target branch.
|
Copyright © 2023. All rights reserved.