| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHPullRequestReviewBuilder |
GHPullRequestReviewBuilder.body(String body)
Required when using REQUEST_CHANGES or COMMENT for the event parameter.
|
GHPullRequestReviewBuilder |
GHPullRequestReviewBuilder.comment(String body,
String path,
int position) |
GHPullRequestReviewBuilder |
GHPullRequestReviewBuilder.commitId(String commitId)
The SHA of the commit that needs a review.
|
GHPullRequestReviewBuilder |
GHPullRequest.createReview() |
GHPullRequestReviewBuilder |
GHPullRequestReviewBuilder.event(GHPullRequestReviewEvent event)
The review action you want to perform.
|
Copyright © 2018. All rights reserved.