public static final class DeploymentEvent.Type
extends java.lang.Enum
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static DeploymentEvent.Type |
CREATED |
static DeploymentEvent.Type |
DELETED |
static DeploymentEvent.Type |
END |
static DeploymentEvent.Type |
FAILED |
static DeploymentEvent.Type |
START |
static DeploymentEvent.Type |
UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentEvent.Type |
valueOf(java.lang.String name) |
static DeploymentEvent.Type[] |
values() |
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()
public static DeploymentEvent.Type valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.