Interface BuildWorkResult

    • 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.
    • Method Detail

      • getFailure

        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.
        Returns:
        empty when no failures occur.