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
 GitUser getAuthor()
           
 GitUser 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

@WithBridgeMethods(value=GHCompare.User.class,
                   castRequired=true)
public GitUser getAuthor()

getCommitter

@WithBridgeMethods(value=GHCompare.User.class,
                   castRequired=true)
public GitUser getCommitter()

getTree

public GHCompare.Tree getTree()


Copyright © 2014. All rights reserved.