Interface DefaultOrders
- 
public interface DefaultOrdersA Constant interface with some default named Orders, to make it easier to determine where custom steps need to go. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intCREATE_RESOURCESstatic intDEPLOY_ARTIFACTSstatic intDESTROY_RESOURCESstatic intPOST_FLIGHTstatic intPRE_FLIGHTstatic intSTART_ARTIFACTSstatic intSTART_CONTAINERSstatic intSTOP_ARTIFACTSstatic intSTOP_CONTAINERSstatic intUNDEPLOY_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
 
 
 - 
 
 -