Uses of Class
org.kohsuke.github.GHProject.ProjectStateFilter
-
Packages that use GHProject.ProjectStateFilter Package Description org.kohsuke.github -
-
Uses of GHProject.ProjectStateFilter in org.kohsuke.github
Methods in org.kohsuke.github that return GHProject.ProjectStateFilter Modifier and Type Method Description static GHProject.ProjectStateFilterGHProject.ProjectStateFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static GHProject.ProjectStateFilter[]GHProject.ProjectStateFilter. 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 GHProject.ProjectStateFilter Modifier and Type Method Description PagedIterable<GHProject>GHOrganization. listProjects(GHProject.ProjectStateFilter status)Returns the projects for this organization.PagedIterable<GHProject>GHRepository. listProjects(GHProject.ProjectStateFilter status)Returns the projects for this repository.
-