Uses of Class
org.kohsuke.github.GHIssueComment
Packages that use GHIssueComment
-
Uses of GHIssueComment in org.kohsuke.github
Methods in org.kohsuke.github that return GHIssueCommentModifier and TypeMethodDescriptionUpdates the issue by adding a comment.GHEventPayload.IssueComment.getComment()
Gets comment.Methods in org.kohsuke.github that return types with arguments of type GHIssueCommentModifier and TypeMethodDescriptionGHIssue.getComments()
Obtains all the comments associated with this issue.GHIssueCommentQueryBuilder.list()
Lists up the comments with the criteria added so far.GHIssue.listComments()
Obtains all the comments associated with this issue, without any filter.