Collection<ConfigurableReport>, org.gradle.util.Configurable<ReportContainer<ConfigurableReport>>, DomainObjectCollection<ConfigurableReport>, Iterable<ConfigurableReport>, NamedDomainObjectCollection<ConfigurableReport>, NamedDomainObjectSet<ConfigurableReport>, ReportContainer<ConfigurableReport>, Set<ConfigurableReport>public interface JacocoReportsContainer extends ReportContainer<ConfigurableReport>
JacocoReport task.ReportContainer.ImmutableViolationException| Modifier and Type | Method | Description | 
|---|---|---|
| SingleFileReport | getCsv() | The JaCoCo (single file) CSV report | 
| DirectoryReport | getHtml() | The JaCoCo HTML report | 
| SingleFileReport | getXml() | The JaCoCo (single file) XML report | 
parallelStream, removeIf, stream, toArrayaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedfindAll, matching, matching, withTypegetAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty@Internal DirectoryReport getHtml()
@Internal SingleFileReport getXml()
@Internal SingleFileReport getCsv()