Uses of Enum
org.kohsuke.github.GHIssueState
-
Uses of GHIssueState in org.kohsuke.github
Modifier and TypeMethodDescriptionGHIssue.getState()
Gets state.static GHIssueState
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.Modifier and TypeMethodDescriptionGHRepository.getIssues
(GHIssueState state) Gets issues.GHRepository.getIssues
(GHIssueState state, GHMilestone milestone) Gets issues.GHRepository.listMilestones
(GHIssueState state) Lists up all the milestones in this repository.GHIssueQueryBuilder.state
(GHIssueState state) State gh issue query builder.GHPullRequestQueryBuilder.state
(GHIssueState state) State gh pull request query builder.