com.dtolabs.rundeck.core.execution.service
Interface NodeExecutorResult

All Superinterfaces:
ExceptionStatusResult, NodeStepResult, StatusResult, StepExecutionResult
All Known Implementing Classes:
NodeExecutorResultImpl

public interface NodeExecutorResult
extends NodeStepResult

NodeExecutorResult contains the result from a NodeExecutor execution.


Method Summary
 int getResultCode()
          Return the exit/result code of the execution
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.steps.node.NodeStepResult
getNode
 
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

getResultCode

int getResultCode()
Return the exit/result code of the execution