Interface OrchestratorPlugin
-
public interface OrchestratorPluginOrchestratorPlugin Plugin that lets the order of execution be decided. Can also pause if no machine is in a ready state to be updated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestratorcreateOrchestrator(StepExecutionContext context, java.util.Collection<INodeEntry> nodes)
-
-
-
Method Detail
-
createOrchestrator
Orchestrator createOrchestrator(StepExecutionContext context, java.util.Collection<INodeEntry> nodes)
- Parameters:
context- the execution contextnodes- the collection of target nodes- Returns:
- an Orchestrator instance
-
-