public static class GHEventPayload.Push.PushCommit extends Object
| Constructor and Description |
|---|
PushCommit() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdded()
Gets added.
|
GitUser |
getAuthor()
Gets author.
|
GitUser |
getCommitter()
Gets committer.
|
String |
getMessage()
Gets message.
|
List<String> |
getModified()
Gets modified.
|
List<String> |
getRemoved()
Gets removed.
|
String |
getSha()
Gets sha.
|
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 © 2020. All rights reserved.