Class JavaCompileFailureReporter
- java.lang.Object
-
- com.palantir.gradle.failurereports.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>
-
-
Constructor Summary
Constructors Constructor Description JavaCompileFailureReporter()
-
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 currentProject.voidconfigureTask(org.gradle.api.tasks.compile.JavaCompile javaCompileTask)Configures a task of type {@param T} to prepare the failure report collection.
-
-
-
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:FailureReporterCollects the failures from a task of type {@param T} from the currentProject.- Specified by:
collectin interfaceFailureReporter<org.gradle.api.tasks.compile.JavaCompile>
-
configureTask
public void configureTask(org.gradle.api.tasks.compile.JavaCompile javaCompileTask)
Description copied from interface:FailureReporterConfigures a task of type {@param T} to prepare the failure report collection.- Specified by:
configureTaskin interfaceFailureReporter<org.gradle.api.tasks.compile.JavaCompile>
-
-