Uses of Class
org.kohsuke.github.GHPullRequest.State

Uses of GHPullRequest.State in org.kohsuke.github
 

Methods in org.kohsuke.github that return GHPullRequest.State
 GHPullRequest.State GHPullRequest.getState()
           
static GHPullRequest.State GHPullRequest.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GHPullRequest.State[] GHPullRequest.State.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 GHPullRequest.State
 List<GHPullRequest> GHRepository.getPullRequests(GHPullRequest.State state)
          Retrieves all the pull requests of a particular state.
 



Copyright © 2011. All Rights Reserved.