com.dtolabs.rundeck.core.execution.workflow.steps.node
Interface NodeStepResult

All Superinterfaces:
ExceptionStatusResult, StatusResult, StepExecutionResult
All Known Subinterfaces:
NodeExecutorResult
All Known Implementing Classes:
NodeExecutorResultImpl, NodeStepResultImpl

public interface NodeStepResult
extends StepExecutionResult

A result of a node step execution


Method Summary
 INodeEntry getNode()
          Return the node
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.StepExecutionResult
getFailureData, getFailureMessage, getFailureReason, getResultData
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.ExceptionStatusResult
getException
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StatusResult
isSuccess
 

Method Detail

getNode

INodeEntry getNode()
Return the node