Uses of Class
org.kohsuke.github.GHPullRequestReviewCommentBuilder
Packages that use GHPullRequestReviewCommentBuilder
-
Uses of GHPullRequestReviewCommentBuilder in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewCommentBuilderModifier and TypeMethodDescriptionThe text of the pull request review comment.The SHA of the commit that needs a review.GHPullRequest.createReviewComment()
Create gh pull request review comment builder.GHPullRequestReviewCommentBuilder.line
(int line) A single line of the blob in the pull request diff that the comment applies to.GHPullRequestReviewCommentBuilder.lines
(int startLine, int endLine) The range of lines in the pull request diff that this comment applies to.The relative path to the file that necessitates a comment.GHPullRequestReviewCommentBuilder.side
(GHPullRequestReviewComment.Side side) The side of the diff in the pull request that the comment applies to.GHPullRequestReviewCommentBuilder.sides
(GHPullRequestReviewComment.Side startSide, GHPullRequestReviewComment.Side endSide) The sides of the diff in the pull request that the comment applies to.