com.xebialabs.deployit.plugin.api.deployment.planning
Interface DefaultOrders


public interface DefaultOrders

A Constant interface with some default named Orders, to make it easier to determine where custom steps need to go.


Field Summary
static int CREATE_RESOURCES
           
static int DEPLOY_ARTIFACTS
           
static int DESTROY_RESOURCES
           
static int POST_FLIGHT
           
static int PRE_FLIGHT
           
static int START_ARTIFACTS
           
static int START_CONTAINERS
           
static int STOP_ARTIFACTS
           
static int STOP_CONTAINERS
           
static int UNDEPLOY_ARTIFACTS
           
 

Field Detail

PRE_FLIGHT

static final int PRE_FLIGHT
See Also:
Constant Field Values

STOP_ARTIFACTS

static final int STOP_ARTIFACTS
See Also:
Constant Field Values

STOP_CONTAINERS

static final int STOP_CONTAINERS
See Also:
Constant Field Values

UNDEPLOY_ARTIFACTS

static final int UNDEPLOY_ARTIFACTS
See Also:
Constant Field Values

DESTROY_RESOURCES

static final int DESTROY_RESOURCES
See Also:
Constant Field Values

CREATE_RESOURCES

static final int CREATE_RESOURCES
See Also:
Constant Field Values

DEPLOY_ARTIFACTS

static final int DEPLOY_ARTIFACTS
See Also:
Constant Field Values

START_CONTAINERS

static final int START_CONTAINERS
See Also:
Constant Field Values

START_ARTIFACTS

static final int START_ARTIFACTS
See Also:
Constant Field Values

POST_FLIGHT

static final int POST_FLIGHT
See Also:
Constant Field Values