Uses of Class
org.kohsuke.github.GHPullRequestReview
-
Packages that use GHPullRequestReview Package Description org.kohsuke.github -
-
Uses of GHPullRequestReview in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReview Modifier and Type Method Description GHPullRequestReviewGHPullRequestReviewBuilder. create()Create gh pull request review.GHPullRequestReviewGHPullRequest. createReview(String body, GHPullRequestReviewState event, List<GHPullRequestReviewComment> comments)Deprecated.GHPullRequestReviewGHPullRequest. createReview(String body, GHPullRequestReviewState event, GHPullRequestReviewComment... comments)Deprecated.GHPullRequestReviewGHEventPayload.PullRequestReview. getReview()Gets review.Methods in org.kohsuke.github that return types with arguments of type GHPullRequestReview Modifier and Type Method Description PagedIterable<GHPullRequestReview>GHPullRequest. listReviews()Retrieves all the reviews associated to this pull request.
-