Uses of Class
org.kohsuke.github.GHCommitComment
-
Uses of GHCommitComment in org.kohsuke.github
Modifier 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.Modifier 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.