org.kohsuke.github
Class GHCommitStatus
java.lang.Object
org.kohsuke.github.GHCommitStatus
public class GHCommitStatus
- extends Object
Represents a status of a commit.
- Author:
- Kohsuke Kawaguchi
- See Also:
GHRepository#getCommitStatus(String),
GHCommit#getStatus()
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHCommitStatus
public GHCommitStatus()
getCreatedAt
public Date getCreatedAt()
getUpdatedAt
public Date getUpdatedAt()
getState
public GHCommitState getState()
getTargetUrl
public String getTargetUrl()
- The URL that this status is linked to.
This is the URL specified when creating a commit status.
getDescription
public String getDescription()
getId
public int getId()
getUrl
public String getUrl()
- API URL of this commit status.
getCreator
public GHUser getCreator()
Copyright © 2013. All Rights Reserved.