Uses of Class
org.kohsuke.github.GHIssueComment

Uses of GHIssueComment in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHIssueComment
 GHIssueComment GHEventPayload.IssueComment.getComment()
           
 

Methods in org.kohsuke.github that return types with arguments of type GHIssueComment
 List<GHIssueComment> GHIssue.getComments()
          Obtains all the comments associated with this issue.
 PagedIterable<GHIssueComment> GHIssue.listComments()
          Obtains all the comments associated with this issue.
 

Methods in org.kohsuke.github with parameters of type GHIssueComment
 void GHEventPayload.IssueComment.setComment(GHIssueComment comment)
           
 



Copyright © 2013. All rights reserved.