public static class GHEventPayload.Push.PushCommit
extends java.lang.Object
Constructor and Description |
---|
PushCommit() |
Modifier and Type | Method and Description |
---|---|
GitUser |
getAuthor() |
java.lang.String |
getMessage() |
java.lang.String |
getSha() |
java.lang.String |
getUrl()
Points to the commit API resource.
|
boolean |
isDistinct()
Whether this commit is distinct from any that have been pushed before.
|
public GitUser getAuthor()
public java.lang.String getUrl()
public java.lang.String getSha()
public java.lang.String getMessage()
public boolean isDistinct()
Copyright © 2016. All Rights Reserved.