public enum RollingUpdateError extends Enum<RollingUpdateError>
| Modifier and Type | Method and Description |
|---|---|
static RollingUpdateError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollingUpdateError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RollingUpdateError PORT_CONFLICT
public static final RollingUpdateError JOB_UNEXPECTEDLY_UNDEPLOYED
public static final RollingUpdateError JOB_ALREADY_DEPLOYED
public static final RollingUpdateError TIMED_OUT_WAITING_FOR_JOB_TO_REACH_RUNNING
public static final RollingUpdateError TIMED_OUT_WAITING_FOR_JOB_TO_UNDEPLOY
public static final RollingUpdateError UNABLE_TO_MARK_HOST_UNDEPLOYED
public static final RollingUpdateError TOKEN_VERIFICATION_ERROR
public static final RollingUpdateError JOB_NOT_FOUND
public static final RollingUpdateError HOST_NOT_FOUND
public static final RollingUpdateError TIMED_OUT_RETRIEVING_JOB_STATUS
public static final RollingUpdateError IMAGE_MISSING
public static final RollingUpdateError IMAGE_PULL_FAILED
public static final RollingUpdateError UNKNOWN
public static RollingUpdateError[] values()
for (RollingUpdateError c : RollingUpdateError.values()) System.out.println(c);
public static RollingUpdateError 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 © 2017. All rights reserved.