JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.dtolabs.rundeck.core.execution
Interface StatusResult
All Known Subinterfaces:
ChainedNodeStepResult
,
DispatcherResult
,
ExceptionStatusResult
,
ExecutionResult
,
HasSourceResult
,
NodeExecutorResult
,
NodeStepResult
,
StepExecutionResult
,
WorkflowExecutionResult
,
WorkflowStatusDataResult
,
WorkflowStatusResult
All Known Implementing Classes:
BaseExecutionResult
,
BaseWorkflowExecutor.BaseWorkflowExecutionResult
,
BaseWorkflowExecutor.StepResultCapture
,
DispatcherResultImpl
,
FlowController
,
NodeExecutorResultImpl
,
NodeStepDataResultImpl
,
NodeStepResultImpl
,
StepExecutionResultImpl
,
WorkflowStatusResultImpl
public interface
StatusResult
StatusResult is a basic result interface indicating success or failure.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isSuccess
()
Method Detail
isSuccess
boolean isSuccess()
Returns:
true if the result was successful
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method