Uses of Class
org.kohsuke.github.GHPullRequestReviewBuilder
-
Uses of GHPullRequestReviewBuilder in org.kohsuke.github
Modifier and TypeMethodDescriptionRequired when using REQUEST_CHANGES or COMMENT for the event parameter.Comment gh pull request review builder.The SHA of the commit that needs a review.GHPullRequest.createReview()
Create review gh pull request review builder.GHPullRequestReviewBuilder.event
(GHPullRequestReviewEvent event) The review action you want to perform.GHPullRequestReviewBuilder.multiLineComment
(String body, String path, int startLine, int endLine) Add a multi-line comment to the gh pull request review builder.GHPullRequestReviewBuilder.singleLineComment
(String body, String path, int line) Add a single line comment to the gh pull request review builder.