Interface Orchestration
- All Known Implementing Classes:
CompositeOrchestration
,InterleavedOrchestration
,ParallelOrchestration
,SerialOrchestration
public interface Orchestration
A plan of DeploymentSteps.
-
Method Summary
Modifier and TypeMethodDescriptionThe description of the orchestration describing the steps it containsgetType()
The type of orchestration (Parallel, Serial, Interleaved)