Package org.gradle.api.flow
Interface BuildWorkResult
Summary result of the execution of the work scheduled for the current build.
- Since:
- 8.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionA summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.
-
Method Details
-
getFailure
A summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.- Returns:
empty
when no failures occur.
-