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 GHIssueStateReturns 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) Deprecated.GHRepository.getIssues(GHIssueState state, GHMilestone milestone) Deprecated.UseGHRepository.queryIssues()instead.GHRepository.getPullRequests(GHIssueState state) Deprecated.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.
GHRepository.queryIssues()instead.