public static interface GetMergeCommitResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetMergeCommitResponse.Builder,GetMergeCommitResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMergeCommitResponse.Builder |
baseCommitId(String baseCommitId)
The commit ID of the merge base.
|
GetMergeCommitResponse.Builder |
destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
GetMergeCommitResponse.Builder |
mergedCommitId(String mergedCommitId)
The commit ID for the merge commit created when the source branch was merged into the destination branch.
|
GetMergeCommitResponse.Builder |
sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMergeCommitResponse.Builder sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId - The commit ID of the source commit specifier that was used in the merge evaluation.GetMergeCommitResponse.Builder destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId - The commit ID of the destination commit specifier that was used in the merge evaluation.GetMergeCommitResponse.Builder baseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId - The commit ID of the merge base.GetMergeCommitResponse.Builder mergedCommitId(String mergedCommitId)
The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.
mergedCommitId - The commit ID for the merge commit created when the source branch was merged into the destination
branch. If the fast-forward merge strategy was used, there is no merge commit.Copyright © 2021. All rights reserved.