| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchDescribeMergeConflictsResponse |
CodeCommitClient.batchDescribeMergeConflicts(BatchDescribeMergeConflictsRequest batchDescribeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default BatchDescribeMergeConflictsResponse |
CodeCommitClient.batchDescribeMergeConflicts(Consumer<BatchDescribeMergeConflictsRequest.Builder> batchDescribeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default CreateUnreferencedMergeCommitResponse |
CodeCommitClient.createUnreferencedMergeCommit(Consumer<CreateUnreferencedMergeCommitRequest.Builder> createUnreferencedMergeCommitRequest)
Creates an unreferenced commit that represents the result of merging two branches using a specified merge
strategy.
|
default CreateUnreferencedMergeCommitResponse |
CodeCommitClient.createUnreferencedMergeCommit(CreateUnreferencedMergeCommitRequest createUnreferencedMergeCommitRequest)
Creates an unreferenced commit that represents the result of merging two branches using a specified merge
strategy.
|
default DescribeMergeConflictsResponse |
CodeCommitClient.describeMergeConflicts(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsResponse |
CodeCommitClient.describeMergeConflicts(DescribeMergeConflictsRequest describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsIterable |
CodeCommitClient.describeMergeConflictsPaginator(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsIterable |
CodeCommitClient.describeMergeConflictsPaginator(DescribeMergeConflictsRequest describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default GetMergeConflictsResponse |
CodeCommitClient.getMergeConflicts(Consumer<GetMergeConflictsRequest.Builder> getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeConflictsResponse |
CodeCommitClient.getMergeConflicts(GetMergeConflictsRequest getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeConflictsIterable |
CodeCommitClient.getMergeConflictsPaginator(Consumer<GetMergeConflictsRequest.Builder> getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeConflictsIterable |
CodeCommitClient.getMergeConflictsPaginator(GetMergeConflictsRequest getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeOptionsResponse |
CodeCommitClient.getMergeOptions(Consumer<GetMergeOptionsRequest.Builder> getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
default GetMergeOptionsResponse |
CodeCommitClient.getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
default MergeBranchesByFastForwardResponse |
CodeCommitClient.mergeBranchesByFastForward(Consumer<MergeBranchesByFastForwardRequest.Builder> mergeBranchesByFastForwardRequest)
Merges two branches using the fast-forward merge strategy.
|
default MergeBranchesByFastForwardResponse |
CodeCommitClient.mergeBranchesByFastForward(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest)
Merges two branches using the fast-forward merge strategy.
|
default MergeBranchesBySquashResponse |
CodeCommitClient.mergeBranchesBySquash(Consumer<MergeBranchesBySquashRequest.Builder> mergeBranchesBySquashRequest)
Merges two branches using the squash merge strategy.
|
default MergeBranchesBySquashResponse |
CodeCommitClient.mergeBranchesBySquash(MergeBranchesBySquashRequest mergeBranchesBySquashRequest)
Merges two branches using the squash merge strategy.
|
default MergeBranchesByThreeWayResponse |
CodeCommitClient.mergeBranchesByThreeWay(Consumer<MergeBranchesByThreeWayRequest.Builder> mergeBranchesByThreeWayRequest)
Merges two specified branches using the three-way merge strategy.
|
default MergeBranchesByThreeWayResponse |
CodeCommitClient.mergeBranchesByThreeWay(MergeBranchesByThreeWayRequest mergeBranchesByThreeWayRequest)
Merges two specified branches using the three-way merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(Consumer<MergePullRequestBySquashRequest.Builder> mergePullRequestBySquashRequest)
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 squash merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(MergePullRequestBySquashRequest mergePullRequestBySquashRequest)
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 squash merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(Consumer<MergePullRequestByThreeWayRequest.Builder> mergePullRequestByThreeWayRequest)
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 three-way merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest mergePullRequestByThreeWayRequest)
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 three-way merge strategy.
|
Copyright © 2022. All rights reserved.