Uses of Class
org.kohsuke.github.GHCommitComment
-
Packages that use GHCommitComment Package Description org.kohsuke.github -
-
Uses of GHCommitComment in org.kohsuke.github
Methods in org.kohsuke.github that return GHCommitComment Modifier and Type Method Description GHCommitCommentGHCommit. createComment(String body)Create comment gh commit comment.GHCommitCommentGHCommit. createComment(String body, String path, Integer line, Integer position)Creates a commit comment.GHCommitCommentGHEventPayload.CommitComment. getComment()Gets comment.Methods in org.kohsuke.github that return types with arguments of type GHCommitComment Modifier and Type Method Description PagedIterable<GHCommitComment>GHCommit. listComments()List comments paged iterable.PagedIterable<GHCommitComment>GHRepository. listCommitComments()Lists up all the commit comments in this repository.PagedIterable<GHCommitComment>GHRepository. listCommitComments(String commitSha)Lists all comments on a specific commit.Methods in org.kohsuke.github with parameters of type GHCommitComment Modifier and Type Method Description voidGHEventPayload.CommitComment. setComment(GHCommitComment comment)Deprecated.Do not use this method.
-