|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ExecResult
Represents the result of running an external process.
Method Summary | |
---|---|
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. |
Method Detail |
---|
public ExecResult assertNormalExitValue()
public int getExitValue()
public ExecResult rethrowFailure()
Gradle API 1.12