public class GHCommitStatus extends GHObject
GHRepository.getLastCommitStatus(String),
GHCommit.getLastStatus(),
GHRepository.createCommitStatus(String, GHCommitState, String, String)created_at, id, updated_at, url| Constructor and Description |
|---|
GHCommitStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
GHUser |
getCreator() |
String |
getDescription() |
URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
GHCommitState |
getState() |
String |
getTargetUrl()
The URL that this status is linked to.
|
getCreatedAt, getId, getUpdatedAt, getUrl, toStringpublic GHCommitState getState()
public String getTargetUrl()
public String getDescription()
public GHUser getCreator()
public String getContext()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectCopyright © 2017. All rights reserved.