| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone() |
Location |
PostCommentForComparedCommitResult.getLocation()
The location of the comment in the comparison between the two commits.
|
Location |
PostCommentForPullRequestResult.getLocation()
The location of the change where you posted your comment.
|
Location |
CommentsForComparedCommit.getLocation()
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.
|
Location |
PostCommentForPullRequestRequest.getLocation()
The location of the change where you want to post your comment.
|
Location |
CommentsForPullRequest.getLocation()
Location information about the comment on the pull request, including the file name, line number, and whether the
version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
Location |
PostCommentForComparedCommitRequest.getLocation()
The location of the comparison where you want to comment.
|
Location |
Location.withFilePath(String filePath)
The name of the file being compared, including its extension and subdirectory, if any.
|
Location |
Location.withFilePosition(Long filePosition)
The position of a change in a compared file, in line number format.
|
Location |
Location.withRelativeFileVersion(RelativeFileVersionEnum relativeFileVersion)
In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
|
Location |
Location.withRelativeFileVersion(String relativeFileVersion)
In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostCommentForComparedCommitResult.setLocation(Location location)
The location of the comment in the comparison between the two commits.
|
void |
PostCommentForPullRequestResult.setLocation(Location location)
The location of the change where you posted your comment.
|
void |
CommentsForComparedCommit.setLocation(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.
|
void |
PostCommentForPullRequestRequest.setLocation(Location location)
The location of the change where you want to post your comment.
|
void |
CommentsForPullRequest.setLocation(Location location)
Location information about the comment on the pull request, including the file name, line number, and whether the
version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
void |
PostCommentForComparedCommitRequest.setLocation(Location location)
The location of the comparison where you want to comment.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withLocation(Location location)
The location of the comment in the comparison between the two commits.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withLocation(Location location)
The location of the change where you posted your comment.
|
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.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withLocation(Location location)
The location of the change where you want to post your comment.
|
CommentsForPullRequest |
CommentsForPullRequest.withLocation(Location location)
Location information about the comment on the pull request, including the file name, line number, and whether the
version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withLocation(Location location)
The location of the comparison where you want to comment.
|
Copyright © 2023. All rights reserved.