Interface DeploymentStep

All Superinterfaces:
Serializable, Step<DeploymentExecutionContext>

@Deprecated public interface DeploymentStep extends Step<DeploymentExecutionContext>, Serializable
Deprecated.
Implement Step instead, to be removed in 3.9
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

    Modifier and Type
    Method
    Description
    int
    Deprecated.
    The order of the step in the step list.

    Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.Step

    execute, getDescription
  • Method Details

    • getOrder

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