Uses of Enum
org.kohsuke.github.GHProject.ProjectState
-
Uses of GHProject.ProjectState in org.kohsuke.github
Modifier and TypeMethodDescriptionGHProject.getState()
Gets state.static GHProject.ProjectState
Returns 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.Modifier and TypeMethodDescriptionvoid
GHProject.setState
(GHProject.ProjectState state) Sets state.