Uses of Enum
org.kohsuke.github.GHProject.ProjectState
Packages that use GHProject.ProjectState
-
Uses of GHProject.ProjectState in org.kohsuke.github
Methods in org.kohsuke.github that return GHProject.ProjectStateModifier and TypeMethodDescriptionGHProject.getState()Gets state.static GHProject.ProjectStateReturns the enum constant of this type with the specified name.static GHProject.ProjectState[]GHProject.ProjectState.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.ProjectStateModifier and TypeMethodDescriptionvoidGHProject.setState(GHProject.ProjectState state) Sets state.