public enum IntegrationDeploymentDetailedState extends Enum<IntegrationDeploymentDetailedState>
| Enum Constant and Description |
|---|
ASSEMBLING |
BUILDING |
DEPLOYING |
STARTING |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentStep() |
int |
getTotalSteps() |
String |
getValue() |
static IntegrationDeploymentDetailedState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationDeploymentDetailedState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntegrationDeploymentDetailedState ASSEMBLING
public static final IntegrationDeploymentDetailedState BUILDING
public static final IntegrationDeploymentDetailedState DEPLOYING
public static final IntegrationDeploymentDetailedState STARTING
public static IntegrationDeploymentDetailedState[] values()
for (IntegrationDeploymentDetailedState c : IntegrationDeploymentDetailedState.values()) System.out.println(c);
public static IntegrationDeploymentDetailedState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCurrentStep()
public int getTotalSteps()
public String getValue()
Copyright © 2016–2019 Red Hat. All rights reserved.