public abstract class AbstractAntJacocoReport<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.gradle.api.internal.project.IsolatedAntBuilder |
ant |
| Constructor and Description |
|---|
AbstractAntJacocoReport(org.gradle.api.internal.project.IsolatedAntBuilder ant) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureAntReportTask(org.gradle.api.file.FileCollection classpath,
org.gradle.api.Action<groovy.lang.GroovyObjectSupport> action) |
protected abstract void |
configureReport(groovy.lang.GroovyObjectSupport antBuilder,
T t) |
protected void |
invokeJacocoReport(groovy.lang.GroovyObjectSupport antBuilder,
java.lang.String projectName,
org.gradle.api.file.FileCollection allClassesDirs,
org.gradle.api.file.FileCollection allSourcesDirs,
org.gradle.api.file.FileCollection executionData,
T t) |
public AbstractAntJacocoReport(org.gradle.api.internal.project.IsolatedAntBuilder ant)
protected void configureAntReportTask(org.gradle.api.file.FileCollection classpath,
org.gradle.api.Action<groovy.lang.GroovyObjectSupport> action)
protected void invokeJacocoReport(groovy.lang.GroovyObjectSupport antBuilder,
java.lang.String projectName,
org.gradle.api.file.FileCollection allClassesDirs,
org.gradle.api.file.FileCollection allSourcesDirs,
org.gradle.api.file.FileCollection executionData,
T t)
protected abstract void configureReport(groovy.lang.GroovyObjectSupport antBuilder,
T t)