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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
PRE_FLIGHT
static final int PRE_FLIGHT- See Also:
-
STOP_ARTIFACTS
static final int STOP_ARTIFACTS- See Also:
-
STOP_CONTAINERS
static final int STOP_CONTAINERS- See Also:
-
UNDEPLOY_ARTIFACTS
static final int UNDEPLOY_ARTIFACTS- See Also:
-
DESTROY_RESOURCES
static final int DESTROY_RESOURCES- See Also:
-
CREATE_RESOURCES
static final int CREATE_RESOURCES- See Also:
-
DEPLOY_ARTIFACTS
static final int DEPLOY_ARTIFACTS- See Also:
-
START_CONTAINERS
static final int START_CONTAINERS- See Also:
-
START_ARTIFACTS
static final int START_ARTIFACTS- See Also:
-
POST_FLIGHT
static final int POST_FLIGHT- See Also:
-