| Package | Description |
|---|---|
| org.glassfish.deployment.client |
| Modifier and Type | Method and Description |
|---|---|
DFDeploymentStatus.Status |
DFDeploymentStatus.getStageStatus() |
DFDeploymentStatus.Status |
DFDeploymentStatus.getStatus() |
static DFDeploymentStatus.Status |
DFDeploymentStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DFDeploymentStatus.Status[] |
DFDeploymentStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterator |
DFDeploymentStatus.getAllStageStatusForLevel(DFDeploymentStatus status,
DFDeploymentStatus.Status level)
Get all stages with this deployment status level
|
DFDeploymentStatus |
DFDeploymentStatus.getStageStatusForLevel(DFDeploymentStatus.Status level) |
boolean |
DFDeploymentStatus.Status.isWorseThan(DFDeploymentStatus.Status other) |
boolean |
DFDeploymentStatus.Status.isWorseThanOrEqual(DFDeploymentStatus.Status other) |
void |
DFDeploymentStatus.setStageStatus(DFDeploymentStatus.Status status)
Set the status for this stage
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.