public static enum DeploymentEvent.Type extends Enum<DeploymentEvent.Type> implements Serializable
| Enum Constant and Description |
|---|
CREATED |
DELETED |
END |
FAILED |
START |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentEvent.Type CREATED
public static final DeploymentEvent.Type UPDATED
public static final DeploymentEvent.Type DELETED
public static final DeploymentEvent.Type START
public static final DeploymentEvent.Type END
public static final DeploymentEvent.Type FAILED
public static DeploymentEvent.Type[] values()
for (DeploymentEvent.Type c : DeploymentEvent.Type.values()) System.out.println(c);
public static DeploymentEvent.Type 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 © 2005–2014 Alfresco Software. All rights reserved.