gradle
8.5
API
gradle
/
org.gradle.api.flow
/
BuildWorkResult
Build
Work
Result
API
@
Incubating
interface
BuildWorkResult
(
source
)
Summary result of the execution of the work scheduled for the current build.
See also
Flow
Providers
Members
Functions
get
Failure
Link copied to clipboard
API
abstract
fun
getFailure
(
)
:
Optional
<
Throwable
>
A summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.