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.
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