com.xebialabs.deployit.plugin.api.deployment.execution
Interface DeploymentStep

All Superinterfaces:
java.io.Serializable, Step<DeploymentExecutionContext>

public interface DeploymentStep
extends Step<DeploymentExecutionContext>

Atomic 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
 int getOrder()
          The order of the step in the step list.
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
execute, getDescription
 

Method Detail

getOrder

int getOrder()
The order of the step in the step list.

Returns:
the order.