| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
CommentsForPullRequest.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).
|
Location |
PostCommentForComparedCommitResponse.location()
The location of the comment in the comparison between the two commits.
|
Location |
PostCommentForPullRequestResponse.location()
The location of the change where you posted your comment.
|
Location |
PostCommentForComparedCommitRequest.location()
The location of the comparison where you want to comment.
|
Location |
PostCommentForPullRequestRequest.location()
The location of the change where you want to post your comment.
|
Location |
CommentsForComparedCommit.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'.
|
| Modifier and Type | Method and Description |
|---|---|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.location(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).
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.location(Location location)
The location of the comment in the comparison between the two commits.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.location(Location location)
The location of the change where you posted your comment.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.location(Location location)
The location of the comparison where you want to comment.
|
PostCommentForPullRequestRequest.Builder |
PostCommentForPullRequestRequest.Builder.location(Location location)
The location of the change where you want to post your comment.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.location(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 © 2019. All rights reserved.