| 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 |
PostCommentForPullRequestRequest.getLocation()
The location of the change where you want to post your comment.
|
Location |
PostCommentForComparedCommitRequest.getLocation()
The location of the comparison where you want to comment.
|
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 |
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 within 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 |
PostCommentForPullRequestRequest.setLocation(Location location)
The location of the change where you want to post your comment.
|
void |
PostCommentForComparedCommitRequest.setLocation(Location location)
The location of the comparison where you want to comment.
|
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'.
|
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).
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withLocation(Location location)
The location of the change where you want to post your comment.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withLocation(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'.
|
Copyright © 2018. All rights reserved.