Interface Orchestration
-
- All Known Implementing Classes:
CompositeOrchestration
,InterleavedOrchestration
,ParallelOrchestration
,SerialOrchestration
public interface Orchestration
A plan of DeploymentSteps.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
The description of the orchestration describing the steps it containsjava.lang.String
getType()
The type of orchestration (Parallel, Serial, Interleaved)
-