Class JavaCompileFailureReporter

  • All Implemented Interfaces:
    FailureReporter<org.gradle.api.tasks.compile.JavaCompile>

    public final class JavaCompileFailureReporter
    extends java.lang.Object
    implements FailureReporter<org.gradle.api.tasks.compile.JavaCompile>
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaCompileFailureReporter

        public JavaCompileFailureReporter()
    • Method Detail

      • collect

        public java.util.stream.Stream<Finalizer.FailureReport> collect​(org.gradle.api.Project project,
                                                                        org.gradle.api.tasks.compile.JavaCompile javaCompileTask)
        Description copied from interface: FailureReporter
        Collects the failures from a task of type {@param T} from the current Project.
        Specified by:
        collect in interface FailureReporter<org.gradle.api.tasks.compile.JavaCompile>
      • configureTask

        public void configureTask​(org.gradle.api.tasks.compile.JavaCompile javaCompileTask)
        Description copied from interface: FailureReporter
        Configures a task of type {@param T} to prepare the failure report collection.
        Specified by:
        configureTask in interface FailureReporter<org.gradle.api.tasks.compile.JavaCompile>