Uses of Class
org.kohsuke.github.GHPullRequestReviewComment
-
Packages that use GHPullRequestReviewComment Package Description org.kohsuke.github -
-
Uses of GHPullRequestReviewComment in org.kohsuke.github
Methods in org.kohsuke.github that return GHPullRequestReviewComment Modifier and Type Method Description GHPullRequestReviewCommentGHPullRequest. createReviewComment(String body, String sha, String path, int position)Create review comment gh pull request review comment.static GHPullRequestReviewCommentGHPullRequestReviewComment. draft(String body, String path, int position)Deprecated.You should be usingGHPullRequestReviewBuilder.comment(String, String, int)GHPullRequestReviewCommentGHEventPayload.PullRequestReviewComment. getComment()Gets comment.GHPullRequestReviewCommentGHPullRequestReviewComment. reply(String body)Create a new comment that replies to this comment.Methods in org.kohsuke.github that return types with arguments of type GHPullRequestReviewComment Modifier and Type Method Description PagedIterable<GHPullRequestReviewComment>GHPullRequest. listReviewComments()Obtains all the review comments associated with this pull request.PagedIterable<GHPullRequestReviewComment>GHPullRequestReview. listReviewComments()Obtains all the review comments associated with this pull request review.Methods in org.kohsuke.github with parameters of type GHPullRequestReviewComment Modifier and Type Method Description GHPullRequestReviewGHPullRequest. createReview(String body, GHPullRequestReviewState event, GHPullRequestReviewComment... comments)Deprecated.Method parameters in org.kohsuke.github with type arguments of type GHPullRequestReviewComment Modifier and Type Method Description GHPullRequestReviewGHPullRequest. createReview(String body, GHPullRequestReviewState event, List<GHPullRequestReviewComment> comments)Deprecated.
-