org.kohsuke.github
Class GHCompare.InnerCommit

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

public static class GHCompare.InnerCommit
extends Object


Constructor Summary
GHCompare.InnerCommit()
           
 
Method Summary
 GHCompare.User getAuthor()
           
 GHCompare.User getCommitter()
           
 String getMessage()
           
 String getSha()
           
 GHCompare.Tree getTree()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHCompare.InnerCommit

public GHCompare.InnerCommit()
Method Detail

getUrl

public String getUrl()

getSha

public String getSha()

getMessage

public String getMessage()

getAuthor

public GHCompare.User getAuthor()

getCommitter

public GHCompare.User getCommitter()

getTree

public GHCompare.Tree getTree()


Copyright © 2013. All rights reserved.