| 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) |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequest.listReviewComments()
Obtains all the review comments associated with this pull request.
|
PagedIterable<GHPullRequestReviewComment> |
GHPullRequestReview.listReviewComments()
Deprecated.
|
| 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 © 2017. All rights reserved.