Uses of Class
org.kohsuke.github.GHIssueState
-
Packages that use GHIssueState Package Description org.kohsuke.github -
-
Uses of GHIssueState in org.kohsuke.github
Methods in org.kohsuke.github that return GHIssueState Modifier and Type Method Description GHIssueStateGHIssue. getState()Gets state.static GHIssueStateGHIssueState. 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 Modifier and Type Method Description List<GHIssue>GHRepository. getIssues(GHIssueState state)Gets issues.List<GHIssue>GHRepository. getIssues(GHIssueState state, GHMilestone milestone)Gets issues.List<GHPullRequest>GHRepository. getPullRequests(GHIssueState state)Retrieves all the pull requests of a particular state.PagedIterable<GHIssue>GHRepository. listIssues(GHIssueState state)Deprecated.PagedIterable<GHMilestone>GHRepository. listMilestones(GHIssueState state)Lists up all the milestones in this repository.PagedIterable<GHPullRequest>GHRepository. listPullRequests(GHIssueState state)Deprecated.GHIssueQueryBuilderGHIssueQueryBuilder. state(GHIssueState state)State gh issue query builder.GHPullRequestQueryBuilderGHPullRequestQueryBuilder. state(GHIssueState state)State gh pull request query builder.
-