Interface JacocoCoverageReport

All Superinterfaces:
Named, ReportSpec

@Incubating public interface JacocoCoverageReport extends ReportSpec
A container for the inputs of an aggregated JaCoCo code coverage report.
Since:
7.4
  • Method Details

    • getReportTask

      TaskProvider<JacocoReport> getReportTask()
      Contains the JacocoReport task instance which produces this report
      Returns:
      the task instance
    • getTestSuiteName

      Property<String> getTestSuiteName()
      Contains the name of the test suite in target projects that this report will aggregate.
      Returns:
      the name of the suite that this report will aggregate.
      Since:
      8.13