| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReview |
GHPullRequestReviewBuilder.create()
Create gh pull request review.
|
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()
Gets review.
|
| Modifier and Type | Method and Description |
|---|---|
PagedIterable<GHPullRequestReview> |
GHPullRequest.listReviews()
Retrieves all the reviews associated to this pull request.
|
Copyright © 2020. All rights reserved.