| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
CommentsForComparedCommit |
CommentsForComparedCommit.clone() |
CommentsForComparedCommit |
CommentsForComparedCommit.withAfterBlobId(String afterBlobId)
The full blob ID of the commit used to establish the after of the comparison.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withAfterCommitId(String afterCommitId)
The full commit ID of the commit used to establish the after of the comparison.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withBeforeBlobId(String beforeBlobId)
The full blob ID of the commit used to establish the before of the comparison.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withBeforeCommitId(String beforeCommitId)
The full commit ID of the commit used to establish the before of the comparison.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withComments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withComments(Comment... comments)
An array of comment objects.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withLocation(Location location)
Location information about the comment on the comparison, including the file name, line number, and whether the
version of the file where the comment was made is BEFORE or AFTER.
|
CommentsForComparedCommit |
CommentsForComparedCommit.withRepositoryName(String repositoryName)
The name of the repository that contains the compared commits.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentsForComparedCommit> |
GetCommentsForComparedCommitResult.getCommentsForComparedCommitData()
A list of comment objects on the compared commit.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForComparedCommitResult |
GetCommentsForComparedCommitResult.withCommentsForComparedCommitData(CommentsForComparedCommit... commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommentsForComparedCommitResult.setCommentsForComparedCommitData(Collection<CommentsForComparedCommit> commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResult |
GetCommentsForComparedCommitResult.withCommentsForComparedCommitData(Collection<CommentsForComparedCommit> commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
Copyright © 2022. All rights reserved.