|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecResult
Represents the result of running an external process.
| Method Summary | |
|---|---|
ExecResult |
assertNormalExitValue()
Throws an 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. |
| Method Detail |
|---|
int getExitValue()
ExecResult assertNormalExitValue()
throws org.gradle.process.internal.ExecException
ExecException if the process exited with a non-zero exit value.
org.gradle.process.internal.ExecException - if the process exited with a 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 | ||||||||