Class ExecCommandBase
- java.lang.Object
-
- com.dtolabs.rundeck.core.execution.BaseExecutionItem
-
- com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ExecCommand
-
- com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ExecCommandBase
-
- All Implemented Interfaces:
HandlerExecutionItem,HasFailureHandler,HasLoggingFilterConfiguration,StepExecutionItem,ExecCommandExecutionItem,NodeStepExecutionItem
public class ExecCommandBase extends ExecCommand implements HasFailureHandler
ExecCommandBase is a concrete implementation of ExecCommand that
-
-
Field Summary
-
Fields inherited from class com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ExecCommand
SERVICE_IMPLEMENTATION_NAME
-
-
Constructor Summary
Constructors Constructor Description ExecCommandBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getCommand()StepExecutionItemgetFailureHandler()booleanisKeepgoingOnSuccess()-
Methods inherited from class com.dtolabs.rundeck.core.execution.workflow.steps.node.impl.ExecCommand
getNodeStepType, getType
-
Methods inherited from class com.dtolabs.rundeck.core.execution.BaseExecutionItem
getFilterConfigurations, getLabel, setLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepExecutionItem
isNodeStep
-
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getLabel
-
-
-
-
Method Detail
-
getCommand
public java.lang.String[] getCommand()
- Specified by:
getCommandin interfaceExecCommandExecutionItem
-
getFailureHandler
public StepExecutionItem getFailureHandler()
- Specified by:
getFailureHandlerin interfaceHasFailureHandler- Returns:
- the
StepExecutionItemto handle failure
-
isKeepgoingOnSuccess
public boolean isKeepgoingOnSuccess()
- Specified by:
isKeepgoingOnSuccessin interfaceHandlerExecutionItem- Returns:
- true if the handler result of success should indicate that the workflow should keep going
-
-