Interface DeploymentStep

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

    @Deprecated
    public interface DeploymentStep
    extends Step<DeploymentExecutionContext>, java.io.Serializable
    Deprecated.
    Implement Step instead, to be removed in 3.9
    Atomic executable action which on execution results in actually modifying the real environment.
    • Method Detail

      • getOrder

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