java.util.Collection<ConfigurableReport>
, org.gradle.util.Configurable<ReportContainer<ConfigurableReport>>
, DomainObjectCollection<ConfigurableReport>
, java.lang.Iterable<ConfigurableReport>
, NamedDomainObjectCollection<ConfigurableReport>
, NamedDomainObjectSet<ConfigurableReport>
, ReportContainer<ConfigurableReport>
, java.util.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
|
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, named
findAll, matching, matching, withType
getAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty
@Internal DirectoryReport getHtml()
@Internal SingleFileReport getXml()
@Internal SingleFileReport getCsv()