Uses of Class
org.kohsuke.github.GHPullRequestReviewComment
Packages that use GHPullRequestReviewComment
-
Uses of GHPullRequestReviewComment in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewCommentModifier 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.Methods in org.kohsuke.github that return types with arguments of type GHPullRequestReviewCommentModifier 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()