toggle menu
gradle
8.11.1
API
switch theme
search in 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.
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.