Interface FailureReporter<T extends org.gradle.api.Task>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<Finalizer.FailureReport> collect​(org.gradle.api.Project project, T task)
      Collects the failures from a task of type {@param T} from the current Project.
      void configureTask​(T task)
      Configures a task of type {@param T} to prepare the failure report collection.
    • Method Detail

      • collect

        java.util.stream.Stream<Finalizer.FailureReport> collect​(org.gradle.api.Project project,
                                                                 T task)
        Collects the failures from a task of type {@param T} from the current Project.
      • configureTask

        void configureTask​(T task)
        Configures a task of type {@param T} to prepare the failure report collection.