| 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 CreateBranchResponse |
CodeCommitClient.createBranch(Consumer<CreateBranchRequest.Builder> createBranchRequest)
Creates a branch in a repository and points the branch to a commit.
|
default CreateBranchResponse |
CodeCommitClient.createBranch(CreateBranchRequest createBranchRequest)
Creates a branch in a repository and points the branch to a commit.
|
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 GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetDifferencesResponse |
CodeCommitClient.getDifferences(Consumer<GetDifferencesRequest.Builder> getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesResponse |
CodeCommitClient.getDifferences(GetDifferencesRequest getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesIterable |
CodeCommitClient.getDifferencesPaginator(Consumer<GetDifferencesRequest.Builder> getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesIterable |
CodeCommitClient.getDifferencesPaginator(GetDifferencesRequest getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetFileResponse |
CodeCommitClient.getFile(Consumer<GetFileRequest.Builder> getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFileResponse |
CodeCommitClient.getFile(GetFileRequest getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFolderResponse |
CodeCommitClient.getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest)
Returns the contents of a specified folder in a repository.
|
default GetFolderResponse |
CodeCommitClient.getFolder(GetFolderRequest getFolderRequest)
Returns the contents of a specified folder in a repository.
|
default GetMergeCommitResponse |
CodeCommitClient.getMergeCommit(Consumer<GetMergeCommitRequest.Builder> getMergeCommitRequest)
Returns information about a specified merge commit.
|
default GetMergeCommitResponse |
CodeCommitClient.getMergeCommit(GetMergeCommitRequest getMergeCommitRequest)
Returns information about a specified merge commit.
|
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 PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
Copyright © 2020. All rights reserved.