public static enum JobDeployResponse.Status extends Enum<JobDeployResponse.Status>
| Enum Constant and Description |
|---|
AMBIGUOUS_JOB_REFERENCE |
FORBIDDEN |
HOST_NOT_FOUND |
ID_MISMATCH |
INVALID_ID |
JOB_ALREADY_DEPLOYED |
JOB_NOT_FOUND |
OK |
PORT_CONFLICT |
| Modifier and Type | Method and Description |
|---|---|
static JobDeployResponse.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobDeployResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobDeployResponse.Status OK
public static final JobDeployResponse.Status JOB_NOT_FOUND
public static final JobDeployResponse.Status PORT_CONFLICT
public static final JobDeployResponse.Status HOST_NOT_FOUND
public static final JobDeployResponse.Status JOB_ALREADY_DEPLOYED
public static final JobDeployResponse.Status ID_MISMATCH
public static final JobDeployResponse.Status INVALID_ID
public static final JobDeployResponse.Status AMBIGUOUS_JOB_REFERENCE
public static final JobDeployResponse.Status FORBIDDEN
public static JobDeployResponse.Status[] values()
for (JobDeployResponse.Status c : JobDeployResponse.Status.values()) System.out.println(c);
public static JobDeployResponse.Status 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.