Interface DeploymentStep
- 
- All Superinterfaces:
 java.io.Serializable,Step<DeploymentExecutionContext>
@Deprecated public interface DeploymentStep extends Step<DeploymentExecutionContext>, java.io.Serializable
Deprecated.ImplementStepinstead, to be removed in 3.9Atomic executable action which on execution results in actually modifying the real environment. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
Step.Result 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetOrder()Deprecated.The order of the step in the step list.- 
Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
execute, getDescription 
 - 
 
 -