@groovy.transform.CompileStatic class DefaultExecOutput extends Object implements org.ysb33r.grolifant5.api.core.runnable.ExecOutput
Wraps the output from an execution on Gradle 7.x.
| 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(ProviderFactory providers, Object execResult) |
|
static org.ysb33r.grolifant5.api.core.runnable.ExecOutput |
fromResult(Provider<ExecResult> result, Provider<byte[]> outBytes, Provider<String> outText, Provider<byte[]> errBytes, Provider<String> errText) |