com.dtolabs.rundeck.core.execution.workflow.steps.node.impl
Interface ExecCommandExecutionItem

All Superinterfaces:
HandlerExecutionItem, NodeStepExecutionItem, StepExecutionItem
All Known Implementing Classes:
ExecCommand, ExecCommandBase

public interface ExecCommandExecutionItem
extends HandlerExecutionItem, NodeStepExecutionItem

ExecCommandExecutionItem is ...


Method Summary
 java.lang.String[] getCommand()
           
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.HandlerExecutionItem
isKeepgoingOnSuccess
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepExecutionItem
getNodeStepType
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getType
 

Method Detail

getCommand

java.lang.String[] getCommand()