com.dtolabs.rundeck.core.execution
Interface StatusResult

All Known Subinterfaces:
DispatcherResult, ExceptionStatusResult, ExecutionResult, HasSourceResult, NodeExecutorResult, NodeStepResult, StepExecutionResult, WorkflowExecutionResult
All Known Implementing Classes:
BaseExecutionResult, DispatcherResultImpl, NodeExecutorResultImpl, NodeStepResultImpl, StepExecutionResultImpl

public interface StatusResult

StatusResult is a basic result interface indicating success or failure.


Method Summary
 boolean isSuccess()
          Return true if the result was successful
 

Method Detail

isSuccess

boolean isSuccess()
Return true if the result was successful