| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReviewComment |
GHPullRequest.createReviewComment(String body,
String sha,
String path,
int position) |
static GHPullRequestReviewComment |
GHPullRequestReviewComment.draft(String body,
String path,
int position)
Deprecated.
You should be using
GHPullRequestReviewBuilder.comment(String, String, int) |
GHPullRequestReviewComment |
GHEventPayload.PullRequestReviewComment.getComment() |
GHPullRequestReviewComment |
GHPullRequestReviewComment.reply(String body)
Create a new comment that replies to this comment.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequest.listReviewComments()
Obtains all the review comments associated with this pull request.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequestReview.listReviewComments()
Obtains all the review comments associated with this pull request review.
|
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReview |
GHPullRequest.createReview(String body,
GHPullRequestReviewState event,
GHPullRequestReviewComment... comments)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReview |
GHPullRequest.createReview(String body,
GHPullRequestReviewState event,
List<GHPullRequestReviewComment> comments)
Deprecated.
|
Copyright © 2018. All rights reserved.