org.kohsuke.github
Class GHCompare.Commit

java.lang.Object
  extended by org.kohsuke.github.GHCommit
      extended by org.kohsuke.github.GHCompare.Commit
Enclosing class:
GHCompare

public static class GHCompare.Commit
extends GHCommit

Compare commits had a child commit element with additional details we want to capture. This extenstion of GHCommit provides that.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kohsuke.github.GHCommit
GHCommit.File, GHCommit.GHAuthor, GHCommit.Parent, GHCommit.ShortInfo, GHCommit.Stats
 
Constructor Summary
GHCompare.Commit()
           
 
Method Summary
 GHCompare.InnerCommit getCommit()
           
 
Methods inherited from class org.kohsuke.github.GHCommit
createComment, createComment, getAuthor, getCommitShortInfo, getCommitter, getFiles, getLastStatus, getLinesAdded, getLinesChanged, getLinesDeleted, getOwner, getParents, getParentSHA1s, getSHA1, listComments, listStatuses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHCompare.Commit

public GHCompare.Commit()
Method Detail

getCommit

public GHCompare.InnerCommit getCommit()


Copyright © 2014. All rights reserved.