Uses of Class
org.kohsuke.github.GHPullRequestReviewComment
-
Uses of GHPullRequestReviewComment in org.kohsuke.github
Modifier and TypeMethodDescriptionGHPullRequestReviewCommentBuilder.create()
Create gh pull request review comment.GHPullRequest.createReviewComment
(String body, String sha, String path, int position) Deprecated.GHEventPayload.PullRequestReviewComment.getComment()
Gets comment.Create a new comment that replies to this comment.Modifier and TypeMethodDescriptionGHPullRequest.listReviewComments()
Obtains all the review comments associated with this pull request.GHPullRequestReview.listReviewComments()
Obtains all the review comments associated with this pull request review.
GHPullRequest.createReviewComment()