com.dtolabs.rundeck.core.execution
Interface HandlerExecutionItem

All Superinterfaces:
StepExecutionItem
All Known Subinterfaces:
ExecCommandExecutionItem, ScriptFileCommandExecutionItem, ScriptURLCommandExecutionItem
All Known Implementing Classes:
ExecCommand, ExecCommandBase, ScriptFileCommand, ScriptFileCommandBase, ScriptURLCommandBase

public interface HandlerExecutionItem
extends StepExecutionItem

HandlerExecutionItem is ...


Method Summary
 boolean isKeepgoingOnSuccess()
          Return true if the handler result of success should indicate that the workflow should keep going
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getType
 

Method Detail

isKeepgoingOnSuccess

boolean isKeepgoingOnSuccess()
Return true if the handler result of success should indicate that the workflow should keep going