Interface NodeStepResult
-
- All Superinterfaces:
ExceptionStatusResult,HasSharedContext,StatusResult,StepExecutionResult
- All Known Subinterfaces:
ChainedNodeStepResult,NodeExecutorResult
- All Known Implementing Classes:
NodeExecutorResultImpl,NodeStepDataResultImpl,NodeStepResultImpl
public interface NodeStepResult extends StepExecutionResult, HasSharedContext
A result of a node step execution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description INodeEntrygetNode()-
Methods inherited from interface com.dtolabs.rundeck.core.execution.ExceptionStatusResult
getException
-
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.HasSharedContext
getSharedContext
-
Methods inherited from interface com.dtolabs.rundeck.core.execution.StatusResult
isSuccess
-
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.StepExecutionResult
getFailureData, getFailureMessage, getFailureReason
-
-
-
-
Method Detail
-
getNode
INodeEntry getNode()
- Returns:
- the node
-
-