Uses of Class
org.kohsuke.github.GHProject.ProjectState
-
Packages that use GHProject.ProjectState Package Description org.kohsuke.github -
-
Uses of GHProject.ProjectState in org.kohsuke.github
Methods in org.kohsuke.github that return GHProject.ProjectState Modifier and Type Method Description GHProject.ProjectStateGHProject. getState()Gets state.static GHProject.ProjectStateGHProject.ProjectState. valueOf(String name)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.Methods in org.kohsuke.github with parameters of type GHProject.ProjectState Modifier and Type Method Description voidGHProject. setState(GHProject.ProjectState state)Sets state.
-