| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
CommentsForPullRequest |
CommentsForPullRequest.clone() |
CommentsForPullRequest |
CommentsForPullRequest.withAfterBlobId(String afterBlobId)
The full blob ID of the file on which you want to comment on the source commit.
|
CommentsForPullRequest |
CommentsForPullRequest.withAfterCommitId(String afterCommitId)
The full commit ID of the commit that was the tip of the source branch at the time the comment was made.
|
CommentsForPullRequest |
CommentsForPullRequest.withBeforeBlobId(String beforeBlobId)
The full blob ID of the file on which you want to comment on the destination commit.
|
CommentsForPullRequest |
CommentsForPullRequest.withBeforeCommitId(String beforeCommitId)
The full commit ID of the commit that was the tip of the destination branch when the pull request was created.
|
CommentsForPullRequest |
CommentsForPullRequest.withComments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForPullRequest |
CommentsForPullRequest.withComments(Comment... comments)
An array of comment objects.
|
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).
|
CommentsForPullRequest |
CommentsForPullRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
CommentsForPullRequest |
CommentsForPullRequest.withRepositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentsForPullRequest> |
GetCommentsForPullRequestResult.getCommentsForPullRequestData()
An array of comment objects on the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForPullRequestResult |
GetCommentsForPullRequestResult.withCommentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData)
An array of comment objects on the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCommentsForPullRequestResult.setCommentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResult |
GetCommentsForPullRequestResult.withCommentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)
An array of comment objects on the pull request.
|
Copyright © 2020. All rights reserved.