public class GHCommitStatus extends GHObject
GHRepository.getLastCommitStatus(String),
GHCommit.getLastStatus()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, getUrlpublic GHCommitState getState()
public String getTargetUrl()
public String getDescription()
public GHUser getCreator()
public String getContext()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectCopyright © 2016. All Rights Reserved.