public class GHCommitStatus extends Object
GHRepository#getCommitStatus(String),
GHCommit#getStatus()| Constructor and Description |
|---|
GHCommitStatus() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
GHUser |
getCreator() |
String |
getDescription() |
int |
getId() |
GHCommitState |
getState() |
String |
getTargetUrl()
The URL that this status is linked to.
|
Date |
getUpdatedAt() |
String |
getUrl()
API URL of this commit status.
|
public Date getCreatedAt()
public Date getUpdatedAt()
public GHCommitState getState()
public String getTargetUrl()
public String getDescription()
public int getId()
public String getUrl()
public GHUser getCreator()
Copyright © 2013. All Rights Reserved.