Interface OrchestratorPlugin


  • public interface OrchestratorPlugin
    OrchestratorPlugin Plugin that lets the order of execution be decided. Can also pause if no machine is in a ready state to be updated
    • Method Detail

      • createOrchestrator

        Orchestrator createOrchestrator​(StepExecutionContext context,
                                        java.util.Collection<INodeEntry> nodes)
        Parameters:
        context - the execution context
        nodes - the collection of target nodes
        Returns:
        an Orchestrator instance