|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecResult
Represent the result of running an external process.
| Method Summary | |
|---|---|
ExecResult |
assertNormalExitValue()
Throws an ExecException if the process did not exit with a 0 exit value. |
int |
getExitValue()
Return the exit value of the process. |
ExecResult |
rethrowFailure()
Re-throws any failure executing this process. |
| Method Detail |
|---|
int getExitValue()
ExecResult assertNormalExitValue()
throws org.gradle.process.internal.ExecException
ExecException if the process did not exit with a 0 exit value.
org.gradle.process.internal.ExecException - On non-zero exit value.
ExecResult rethrowFailure()
throws org.gradle.process.internal.ExecException
org.gradle.process.internal.ExecException - The execution failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||