Uses of Class
org.kohsuke.github.GHCommit

Uses of GHCommit in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHCommit
 GHCommit GHCommitComment.getCommit()
          Gets the commit to which this comment is associated with.
 GHCommit GHRepository.getCommit(String sha1)
          Gets a commit object in this repository.
 

Methods in org.kohsuke.github that return types with arguments of type GHCommit
 List<GHCommit> GHCommit.getParents()
          Resolves the parent commit objects and return them.
 PagedIterable<GHCommit> GHRepository.listCommits()
          Lists all the commits.
 



Copyright © 2012. All Rights Reserved.