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