public static enum Automate.BuildStatus extends Enum<Automate.BuildStatus>
| Modifier and Type | Method and Description |
|---|---|
static Automate.BuildStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Automate.BuildStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Automate.BuildStatus RUNNING
public static final Automate.BuildStatus DONE
public static final Automate.BuildStatus FAILED
public static Automate.BuildStatus[] values()
for (Automate.BuildStatus c : Automate.BuildStatus.values()) System.out.println(c);
public static Automate.BuildStatus 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 nullCopyright © 2025. All rights reserved.