Uses of Class
org.kohsuke.github.GHCommit

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 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.
 

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



Copyright © 2013. All rights reserved.