public class AntJacocoReport extends AbstractAntJacocoReport<JacocoReportsContainer>
ant| Constructor and Description |
|---|
AntJacocoReport(org.gradle.api.internal.project.IsolatedAntBuilder ant) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureReport(groovy.lang.GroovyObjectSupport antBuilder,
JacocoReportsContainer reports) |
void |
execute(org.gradle.api.file.FileCollection classpath,
java.lang.String projectName,
org.gradle.api.file.FileCollection allClassesDirs,
org.gradle.api.file.FileCollection allSourcesDirs,
org.gradle.api.file.FileCollection executionData,
JacocoReportsContainer reports) |
configureAntReportTask, invokeJacocoReportpublic AntJacocoReport(org.gradle.api.internal.project.IsolatedAntBuilder ant)
public void execute(org.gradle.api.file.FileCollection classpath,
java.lang.String projectName,
org.gradle.api.file.FileCollection allClassesDirs,
org.gradle.api.file.FileCollection allSourcesDirs,
org.gradle.api.file.FileCollection executionData,
JacocoReportsContainer reports)
protected void configureReport(groovy.lang.GroovyObjectSupport antBuilder,
JacocoReportsContainer reports)
configureReport in class AbstractAntJacocoReport<JacocoReportsContainer>