Class InterleavedOrchestration

  • All Implemented Interfaces:
    Orchestration

    public final class InterleavedOrchestration
    extends java.lang.Object
    implements Orchestration
    The lowest type of sub-plan, this plan contains steps which can be executed and Delta objects for which this InterleavedPlan has been built. The steps in the InterleavedPlan are sorted.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
      Gets the Deltas for which this InterleavedPlan has been compiled
      java.lang.String getDescription()
      The description of the orchestration describing the steps it contains
      java.lang.String getType()
      The type of orchestration (Parallel, Serial, Interleaved)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDeltas

        public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
        Gets the Deltas for which this InterleavedPlan has been compiled
        Returns:
        the Delta's
      • getType

        public java.lang.String getType()
        Description copied from interface: Orchestration
        The type of orchestration (Parallel, Serial, Interleaved)
        Specified by:
        getType in interface Orchestration
        Returns:
        the type of plan
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Orchestration
        The description of the orchestration describing the steps it contains
        Specified by:
        getDescription in interface Orchestration
        Returns:
        the description