com.xebialabs.deployit.plugin.wls
Interface CustomWlsOrders

All Superinterfaces:
com.xebialabs.deployit.plugin.api.deployment.planning.DefaultOrders

public interface CustomWlsOrders
extends com.xebialabs.deployit.plugin.api.deployment.planning.DefaultOrders


Field Summary
static int DELETE_ARTIFACT
           
static int DESTROY_JMS_MODULES
           
static int LINK_RESOURCES
           
static int MODIFY_RESOURCES_OR_ARTIFACT
           
static int RETIREMENT_STOP_ARTIFACTS
           
static int RETIREMENT_TIMEOUT
           
static int RETIREMENT_UNDEPLOY_ARTIFACTS
           
static int UNLINK_RESOURCE
           
static int UPLOAD_ARTIFACT
           
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.deployment.planning.DefaultOrders
CREATE_RESOURCES, DEPLOY_ARTIFACTS, DESTROY_RESOURCES, POST_FLIGHT, PRE_FLIGHT, START_ARTIFACTS, START_CONTAINERS, STOP_ARTIFACTS, STOP_CONTAINERS, UNDEPLOY_ARTIFACTS
 

Field Detail

MODIFY_RESOURCES_OR_ARTIFACT

static final int MODIFY_RESOURCES_OR_ARTIFACT
See Also:
Constant Field Values

LINK_RESOURCES

static final int LINK_RESOURCES
See Also:
Constant Field Values

UNLINK_RESOURCE

static final int UNLINK_RESOURCE
See Also:
Constant Field Values

DELETE_ARTIFACT

static final int DELETE_ARTIFACT
See Also:
Constant Field Values

UPLOAD_ARTIFACT

static final int UPLOAD_ARTIFACT
See Also:
Constant Field Values

RETIREMENT_STOP_ARTIFACTS

static final int RETIREMENT_STOP_ARTIFACTS
See Also:
Constant Field Values

RETIREMENT_TIMEOUT

static final int RETIREMENT_TIMEOUT
See Also:
Constant Field Values

RETIREMENT_UNDEPLOY_ARTIFACTS

static final int RETIREMENT_UNDEPLOY_ARTIFACTS
See Also:
Constant Field Values

DESTROY_JMS_MODULES

static final int DESTROY_JMS_MODULES
See Also:
Constant Field Values