public static class GHEventPayload.Push.PushCommit extends Object
| Constructor and Description |
|---|
PushCommit() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdded() |
GitUser |
getAuthor() |
GitUser |
getCommitter() |
String |
getMessage() |
List<String> |
getModified() |
List<String> |
getRemoved() |
String |
getSha() |
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 GitUser getCommitter()
public String getUrl()
public String getSha()
public String getMessage()
public boolean isDistinct()
Copyright © 2017. All rights reserved.