Uses of Class
org.kohsuke.github.GHCommitStatus

Packages that use GHCommitStatus
org.kohsuke.github   
 

Uses of GHCommitStatus in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHCommitStatus
 GHCommitStatus GHRepository.createCommitStatus(String sha1, GHCommitState state, String targetUrl, String description)
           
 GHCommitStatus GHRepository.createCommitStatus(String sha1, GHCommitState state, String targetUrl, String description, String context)
          Creates a commit status
 GHCommitStatus GHRepository.getLastCommitStatus(String sha1)
          Gets the last status of this commit, which is what gets shown in the UI.
 GHCommitStatus GHCommit.getLastStatus()
          Gets the last status of this commit, which is what gets shown in the UI.
 

Methods in org.kohsuke.github that return types with arguments of type GHCommitStatus
 PagedIterable<GHCommitStatus> GHRepository.listCommitStatuses(String sha1)
          Lists all the commit statues attached to the given commit, newer ones first.
 PagedIterable<GHCommitStatus> GHCommit.listStatuses()
          Gets the status of this commit, newer ones first.
 



Copyright © 2014. All rights reserved.