org.kohsuke.github
Class GHEventPayload.Push.PushCommit

java.lang.Object
  extended by org.kohsuke.github.GHEventPayload.Push.PushCommit
Enclosing class:
GHEventPayload.Push

public static class GHEventPayload.Push.PushCommit
extends Object

Commit in a push


Constructor Summary
GHEventPayload.Push.PushCommit()
           
 
Method Summary
 GitUser getAuthor()
           
 String getMessage()
           
 String getSha()
           
 String getUrl()
          Points to the commit API resource.
 boolean isDistinct()
          Whether this commit is distinct from any that have been pushed before.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHEventPayload.Push.PushCommit

public GHEventPayload.Push.PushCommit()
Method Detail

getAuthor

public GitUser getAuthor()

getUrl

public String getUrl()
Points to the commit API resource.


getSha

public String getSha()

getMessage

public String getMessage()

isDistinct

public boolean isDistinct()
Whether this commit is distinct from any that have been pushed before.



Copyright © 2014. All rights reserved.