org.kohsuke.github
Class GHCommitStatus

java.lang.Object
  extended by 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()

Constructor Summary
GHCommitStatus()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHCommitStatus

public GHCommitStatus()
Method Detail

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.