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

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

Deprecated. Implement Step instead, to be removed in 3.9

@Deprecated
public interface DeploymentStep
extends Step<DeploymentExecutionContext>, java.io.Serializable

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()
          Deprecated. 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()
Deprecated. 
The order of the step in the step list.

Returns:
the order.