Uses of Class
org.kohsuke.github.GHIssueComment
-
Packages that use GHIssueComment Package Description org.kohsuke.github -
-
Uses of GHIssueComment in org.kohsuke.github
Methods in org.kohsuke.github that return GHIssueComment Modifier and Type Method Description GHIssueCommentGHIssue. comment(String message)Updates the issue by adding a comment.GHIssueCommentGHEventPayload.IssueComment. getComment()Gets comment.Methods in org.kohsuke.github that return types with arguments of type GHIssueComment Modifier and Type Method Description List<GHIssueComment>GHIssue. getComments()Obtains all the comments associated with this issue.PagedIterable<GHIssueComment>GHIssueCommentQueryBuilder. list()Lists up the comments with the criteria added so far.PagedIterable<GHIssueComment>GHIssue. listComments()Obtains all the comments associated with this issue, without any filter.Methods in org.kohsuke.github with parameters of type GHIssueComment Modifier and Type Method Description voidGHEventPayload.IssueComment. setComment(GHIssueComment comment)Deprecated.Do not use this method.
-