org.kohsuke.github
Class GHEventPayload.Push.PushCommit
java.lang.Object
org.kohsuke.github.GHEventPayload.Push.PushCommit
- Enclosing class:
- GHEventPayload.Push
public static class GHEventPayload.Push.PushCommit
- extends Object
Commit in a push
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHEventPayload.Push.PushCommit
public GHEventPayload.Push.PushCommit()
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.