| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReview |
GHPullRequestReviewBuilder.create() |
GHPullRequestReview |
GHPullRequest.createReview(String body,
GHPullRequestReviewState event,
GHPullRequestReviewComment... comments)
Deprecated.
|
GHPullRequestReview |
GHPullRequest.createReview(String body,
GHPullRequestReviewState event,
List<GHPullRequestReviewComment> comments)
Deprecated.
|
GHPullRequestReview |
GHEventPayload.PullRequestReview.getReview() |
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHPullRequestReview> |
GHPullRequest.listReviews()
Retrieves all the reviews associated to this pull request.
|
Copyright © 2018. All rights reserved.