Interface JacocoCoverageReport
- All Superinterfaces:
Named
,ReportSpec
A container for the inputs of an aggregated JaCoCo code coverage report.
- Since:
- 7.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
Method Summary
Modifier and TypeMethodDescriptionContains theJacocoReport
task instance which produces this reportContains a value representing the type of test suite this task belongs to.
-
Method Details
-
getReportTask
TaskProvider<JacocoReport> getReportTask()Contains theJacocoReport
task instance which produces this report- Returns:
- the task instance
-
getTestType
Contains a value representing the type of test suite this task belongs to. See static constants onTestSuiteType
for examples.- Returns:
- this report's test type
-