Interface JacocoReportsContainer

All Superinterfaces:
Collection<ConfigurableReport>, Configurable<ReportContainer<ConfigurableReport>>, DomainObjectCollection<ConfigurableReport>, DomainObjectSet<ConfigurableReport>, Iterable<ConfigurableReport>, NamedDomainObjectCollection<ConfigurableReport>, NamedDomainObjectSet<ConfigurableReport>, ReportContainer<ConfigurableReport>, Set<ConfigurableReport>

public interface JacocoReportsContainer extends ReportContainer<ConfigurableReport>
The reporting configuration for the JacocoReport task.
Since:
1.6
  • Method Details

    • getHtml

      The JaCoCo HTML report
      Returns:
      The JaCoCo HTML report
      Since:
      1.6
    • getXml

      The JaCoCo (single file) XML report
      Returns:
      The JaCoCo (single file) XML report
      Since:
      1.6
    • getCsv

      The JaCoCo (single file) CSV report
      Returns:
      The JaCoCo (single file) CSV report
      Since:
      1.6