Interface Orchestration

All Known Implementing Classes:
CompositeOrchestration, InterleavedOrchestration, ParallelOrchestration, SerialOrchestration

public interface Orchestration
A plan of DeploymentSteps.
  • Method Summary

    Modifier and Type
    Method
    Description
    The description of the orchestration describing the steps it contains
    The type of orchestration (Parallel, Serial, Interleaved)
  • Method Details

    • getType

      String getType()
      The type of orchestration (Parallel, Serial, Interleaved)
      Returns:
      the type of plan
    • getDescription

      String getDescription()
      The description of the orchestration describing the steps it contains
      Returns:
      the description