| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHProject.ProjectState |
GHProject.getState()
Gets state.
|
static GHProject.ProjectState |
GHProject.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GHProject.setState(GHProject.ProjectState state)
Sets state.
|
Copyright © 2020. All rights reserved.