| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHDeploymentState |
GHDeploymentStatus.getState() |
static GHDeploymentState |
GHDeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GHDeploymentState[] |
GHDeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GHDeploymentStatusBuilder |
GHRepository.createDeployStatus(int deploymentId,
GHDeploymentState ghDeploymentState) |
| Constructor and Description |
|---|
GHDeploymentStatusBuilder(GHRepository repo,
int deploymentId,
GHDeploymentState state) |
Copyright © 2017. All rights reserved.