Represents the result of running an external process.
Type | Name and description |
---|---|
ExecResult |
assertNormalExitValue() Throws an org.gradle.process.internal.ExecException if the process exited with a non-zero exit value. |
int |
getExitValue() Returns the exit value of the process. |
ExecResult |
rethrowFailure() Re-throws any failure executing this process. |
Throws an org.gradle.process.internal.ExecException if the process exited with a non-zero exit value.
Returns the exit value of the process.
Re-throws any failure executing this process.