toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.process
/
ExecResult
Exec
Result
API
interface
ExecResult
(
source
)
Represents the result of running an external process.
Members
Functions
assert
Normal
Exit
Value
Link copied to clipboard
API
abstract
fun
assertNormalExitValue
(
)
:
ExecResult
Throws an
org.gradle.process.internal.ExecException
if the process exited with a non-zero exit value.
get
Exit
Value
Link copied to clipboard
API
abstract
fun
getExitValue
(
)
:
Int
Returns the exit value of the process.
rethrow
Failure
Link copied to clipboard
API
abstract
fun
rethrowFailure
(
)
:
ExecResult
Re-throws any failure executing this process.