Uses of Enum
org.kohsuke.github.GHIssueState
Packages that use GHIssueState
-
Uses of GHIssueState in org.kohsuke.github
Methods in org.kohsuke.github that return GHIssueStateModifier 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.Methods in org.kohsuke.github with parameters of type GHIssueStateModifier 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.