gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.
Since
8.1
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.