public static enum AutoDeployer.AutodeploymentStatus extends Enum<AutoDeployer.AutodeploymentStatus>
Modifier and Type | Method and Description |
---|---|
static AutoDeployer.AutodeploymentStatus |
forExitCode(ActionReport.ExitCode exitCode) |
static AutoDeployer.AutodeploymentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoDeployer.AutodeploymentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoDeployer.AutodeploymentStatus SUCCESS
public static final AutoDeployer.AutodeploymentStatus FAILURE
public static final AutoDeployer.AutodeploymentStatus WARNING
public static final AutoDeployer.AutodeploymentStatus PENDING
public static AutoDeployer.AutodeploymentStatus[] values()
for (AutoDeployer.AutodeploymentStatus c : AutoDeployer.AutodeploymentStatus.values()) System.out.println(c);
public static AutoDeployer.AutodeploymentStatus 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 static AutoDeployer.AutodeploymentStatus forExitCode(ActionReport.ExitCode exitCode)
Copyright © 2018. All rights reserved.