Uses of Class
org.kohsuke.github.GHCommit

Packages that use GHCommit
org.kohsuke.github   
 

Uses of GHCommit in org.kohsuke.github
 

Subclasses of GHCommit in org.kohsuke.github
static class GHCompare.Commit
          Compare commits had a child commit element with additional details we want to capture.
 

Methods in org.kohsuke.github that return GHCommit
 GHCommit GHTag.getCommit()
           
 GHCommit GHCommitComment.getCommit()
          Gets the commit to which this comment is associated with.
 GHCommit GHContentUpdateResponse.getCommit()
           
 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> GHCommitQueryBuilder.list()
          Lists up the commits with the criteria built so far.
 PagedIterable<GHCommit> GHRepository.listCommits()
          Lists all the commits.
 

Methods in org.kohsuke.github with parameters of type GHCommit
 GHCompare GHRepository.getCompare(GHCommit id1, GHCommit id2)
           
 



Copyright © 2014. All rights reserved.