- All Superinterfaces:
- com.dtolabs.rundeck.core.execution.HandlerExecutionItem, com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepExecutionItem, com.dtolabs.rundeck.core.execution.StepExecutionItem
- All Known Implementing Classes:
- JobRefCommand, JobRefCommandBase
public interface JobExecutionItem
extends com.dtolabs.rundeck.core.execution.HandlerExecutionItem, com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepExecutionItem
This interface represents an execution of a particular stored Job definition, identified by a string, and including
node filters (NodeSet), CLI arguments (args), loglevel. The Executor for this interface is the grails
ExecutionService, which will look up the stored job by the identifier string, and then create and submit the
appropriate StepExecutionItem for that job to the Execution Service.