Uses of Enum
org.kohsuke.github.GHProject.ProjectStateFilter
Packages that use GHProject.ProjectStateFilter
-
Uses of GHProject.ProjectStateFilter in org.kohsuke.github
Methods in org.kohsuke.github that return GHProject.ProjectStateFilterModifier and TypeMethodDescriptionstatic GHProject.ProjectStateFilterReturns 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.ProjectStateFilterModifier and TypeMethodDescriptionGHOrganization.listProjects(GHProject.ProjectStateFilter status) Returns the projects for this organization.GHRepository.listProjects(GHProject.ProjectStateFilter status) Returns the projects for this repository.