Uses of Class
org.kohsuke.github.GHCommitComment
Packages that use GHCommitComment
-
Uses of GHCommitComment in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitCommentModifier and TypeMethodDescriptionGHCommit.createComment(String body) Create comment gh commit comment.GHCommit.createComment(String body, String path, Integer line, Integer position) Creates a commit comment.GHEventPayload.CommitComment.getComment()Gets comment.Methods in org.kohsuke.github that return types with arguments of type GHCommitCommentModifier and TypeMethodDescriptionGHCommit.listComments()List comments paged iterable.GHRepository.listCommitComments()Lists up all the commit comments in this repository.GHRepository.listCommitComments(String commitSha) Lists all comments on a specific commit.