com.dtolabs.rundeck.core.execution
Interface HasFailureHandler

All Known Implementing Classes:
ExecCommandBase, ScriptFileCommandBase, ScriptURLCommandBase

public interface HasFailureHandler

HasFailureHandler interface indicates that an StepExecutionItem is set as a failure handler.


Method Summary
 StepExecutionItem getFailureHandler()
          Return the StepExecutionItem to handle failure
 

Method Detail

getFailureHandler

StepExecutionItem getFailureHandler()
Return the StepExecutionItem to handle failure