public class TaskCommandResultImpl extends CommandResultImpl implements TaskCommandResult
| Constructor and Description |
|---|
TaskCommandResultImpl() |
| Modifier and Type | Method and Description |
|---|---|
CommandResult |
getStepResult(java.lang.String stepName)
Gets the command step results.
|
void |
setStepResult(java.lang.String stepName,
CommandResult stepResult) |
addWarnings, getException, getMessages, getResult, isSuccessful, reset, setException, setResult, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetException, getMessages, getResult, isSuccessfulpublic void setStepResult(java.lang.String stepName,
CommandResult stepResult)
public CommandResult getStepResult(java.lang.String stepName)
TaskCommandResultgetStepResult in interface TaskCommandResultstepName - step name.