Uses of Class
org.kohsuke.github.GHCommitState

Uses of GHCommitState in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHCommitState
 GHCommitState GHCommitStatus.getState()
           
static GHCommitState GHCommitState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GHCommitState[] GHCommitState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kohsuke.github with parameters of type GHCommitState
 GHCommitStatus GHRepository.createCommitStatus(String sha1, GHCommitState state, String targetUrl, String description)
          Creates a commit status
 



Copyright © 2013. All rights reserved.