| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.clone() |
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 |
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 |
PostCommentForPullRequestResult.getLocation()
The location of the change where you posted your comment.
|
Location |
PostCommentForComparedCommitResult.getLocation()
The location of the comment in the comparison between the two commits.
|
Location |
PostCommentForComparedCommitRequest.getLocation()
The location of the comparison where you want to comment.
|
Location |
PostCommentForPullRequestRequest.getLocation()
The location of the change where you want to post your 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 |
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 |
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 |
PostCommentForPullRequestResult.setLocation(Location location)
The location of the change where you posted your comment.
|
void |
PostCommentForComparedCommitResult.setLocation(Location location)
The location of the comment in the comparison between the two commits.
|
void |
PostCommentForComparedCommitRequest.setLocation(Location location)
The location of the comparison where you want to comment.
|
void |
PostCommentForPullRequestRequest.setLocation(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).
|
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.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withLocation(Location location)
The location of the change where you posted your comment.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withLocation(Location location)
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withLocation(Location location)
The location of the comparison where you want to comment.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withLocation(Location location)
The location of the change where you want to post your comment.
|
Copyright © 2022. All rights reserved.