@groovy.transform.CompileStatic class DefaultExecOutput extends Object implements org.ysb33r.grolifant5.api.core.runnable.ExecOutput
Wraps the output from an execution. Similar to ExecOutput.
| Type | Name and description |
|---|---|
Provider<ExecResult> |
result |
org.ysb33r.grolifant5.api.core.runnable.ExecStreamContent |
standardError |
org.ysb33r.grolifant5.api.core.runnable.ExecStreamContent |
standardOutput |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static org.ysb33r.grolifant5.api.core.runnable.ExecOutput |
fromResult(ExecOutput execResult) |