public class GHCommitStatus extends GHObject
GHRepository#getCommitStatus(String),
GHCommit#getStatus()created_at, id, updated_at, url| Constructor and Description |
|---|
GHCommitStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
GHUser |
getCreator() |
String |
getDescription() |
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()
Copyright © 2015. All rights reserved.