public static enum CloudBuild.State extends Enum<CloudBuild.State>
| Modifier and Type | Method and Description |
|---|---|
static CloudBuild.State |
fromString(String value) |
String |
toString() |
static CloudBuild.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudBuild.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudBuild.State FAILED
public static final CloudBuild.State STAGED
public static final CloudBuild.State STAGING
public static CloudBuild.State[] values()
for (CloudBuild.State c : CloudBuild.State.values()) System.out.println(c);
public static CloudBuild.State 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 CloudBuild.State fromString(String value)
public String toString()
toString in class Enum<CloudBuild.State>Copyright © 2020 SAP SE. All rights reserved.