| Package | Description |
|---|---|
| org.gradle.process |
Classes for executing system and Java processes.
|
| org.gradle.process.internal |
Classes for running external processes.
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
ExecResult.assertNormalExitValue()
Throws an
ExecException if the process exited with a non-zero exit value. |
ExecResult |
ExecResult.rethrowFailure()
Re-throws any failure executing this process.
|
| Modifier and Type | Method and Description |
|---|---|
ExecResult |
ExecAction.execute() |
Copyright © 2013. All rights reserved