Interface JacocoCoverageReport
- All Superinterfaces:
- Named,- ReportSpec
A container for the inputs of an aggregated JaCoCo code coverage report.
- Since:
- 7.4
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionContains theJacocoReporttask instance which produces this reportContains the name of the test suite in target projects that this report will aggregate.
- 
Method Details- 
getReportTaskTaskProvider<JacocoReport> getReportTask()Contains theJacocoReporttask instance which produces this report- Returns:
- the task instance
 
- 
getTestSuiteNameContains 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
 
 
-