| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetMergeOptionsResult |
AbstractAWSCodeCommit.getMergeOptions(GetMergeOptionsRequest request) |
GetMergeOptionsResult |
AWSCodeCommitClient.getMergeOptions(GetMergeOptionsRequest request)
Returns information about the merge options available for merging two specified branches.
|
GetMergeOptionsResult |
AWSCodeCommit.getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMergeOptionsResult> |
AbstractAWSCodeCommitAsync.getMergeOptionsAsync(GetMergeOptionsRequest request,
AsyncHandler<GetMergeOptionsRequest,GetMergeOptionsResult> asyncHandler) |
Future<GetMergeOptionsResult> |
AWSCodeCommitAsync.getMergeOptionsAsync(GetMergeOptionsRequest getMergeOptionsRequest,
AsyncHandler<GetMergeOptionsRequest,GetMergeOptionsResult> asyncHandler)
Returns information about the merge options available for merging two specified branches.
|
Future<GetMergeOptionsResult> |
AWSCodeCommitAsyncClient.getMergeOptionsAsync(GetMergeOptionsRequest request,
AsyncHandler<GetMergeOptionsRequest,GetMergeOptionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMergeOptionsResult |
GetMergeOptionsResult.clone() |
GetMergeOptionsResult |
GetMergeOptionsResult.withBaseCommitId(String baseCommitId)
The commit ID of the merge base.
|
GetMergeOptionsResult |
GetMergeOptionsResult.withDestinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
GetMergeOptionsResult |
GetMergeOptionsResult.withMergeOptions(Collection<String> mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResult |
GetMergeOptionsResult.withMergeOptions(MergeOptionTypeEnum... mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResult |
GetMergeOptionsResult.withMergeOptions(String... mergeOptions)
The merge option or strategy used to merge the code.
|
GetMergeOptionsResult |
GetMergeOptionsResult.withSourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
Copyright © 2024. All rights reserved.