Uses of Class
org.kohsuke.github.GHCommitComment

Uses of GHCommitComment in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHCommitComment
 GHCommitComment GHCommit.createComment(String body)
           
 GHCommitComment GHCommit.createComment(String body, String path, Integer line, Integer position)
          Creates a commit comment.
 

Methods in org.kohsuke.github that return types with arguments of type GHCommitComment
 PagedIterable<GHCommitComment> GHCommit.listComments()
          Lists up all the commit comments in this repository.
 PagedIterable<GHCommitComment> GHRepository.listCommitComments()
          Lists up all the commit comments in this repository.
 



Copyright © 2012. All Rights Reserved.