Package org.gradle.api.flow
Interface BuildWorkResult
-
@Incubating public interface BuildWorkResult
Summary result of the execution of the work scheduled for the current build.- Since:
- 8.1
- See Also:
FlowProviders.getBuildWorkResult()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.lang.Throwable>
getFailure()
A summary of the configuration time and execution time failure(s) that occurred as Gradle tried to execute the scheduled work.
-