Uses of Class
org.kohsuke.github.GHIssueState

Uses of GHIssueState in org.kohsuke.github
 

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



Copyright © 2012. All Rights Reserved.