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 SummaryModifier and TypeMethodDescriptionA summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.
- 
Method Details- 
getFailureA summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.- Returns:
- emptywhen no failures occur.
 
 
-