public class GHCommitStatus extends GHObject
GHRepository#getLastCommitStatus(String),
GHCommit#getLastStatus(),
GHRepository#createCommitStatus(String,
GHCommitState, String, String)created_at, id, responseHeaderFields, updated_at, url| Constructor and Description |
|---|
GHCommitStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets context.
|
GHUser |
getCreator()
Gets creator.
|
String |
getDescription()
Gets description.
|
URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
GHCommitState |
getState()
Gets state.
|
String |
getTargetUrl()
The URL that this status is linked to.
|
getCreatedAt, getId, getResponseHeaderFields, getUpdatedAt, getUrl, toStringpublic GHCommitState getState()
public String getTargetUrl()
This is the URL specified when creating a commit status.
public String getDescription()
public GHUser getCreator() throws IOException
IOException - the io exceptionpublic String getContext()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectCopyright © 2020. All rights reserved.