Collection<Report>, org.gradle.util.Configurable<ReportContainer<Report>>, DomainObjectCollection<Report>, Iterable<Report>, NamedDomainObjectCollection<Report>, NamedDomainObjectSet<Report>, ReportContainer<Report>, Set<Report>@Incubating public interface JacocoReportsContainer extends ReportContainer<Report>
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
|
clear, contains, containsAll, equals, hashCode, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayall, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByNamefindAll, matching, matching, withTypegetAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty@Internal DirectoryReport getHtml()
@Internal SingleFileReport getXml()
@Internal SingleFileReport getCsv()