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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskProvider<JacocoReport>
getReportTask()
Contains theJacocoReport
task instance which produces this reportProperty<java.lang.String>
getTestType()
Contains a value representing the type of test suite this task belongs to.
-
-
-
Method Detail
-
getReportTask
TaskProvider<JacocoReport> getReportTask()
Contains theJacocoReport
task instance which produces this report- Returns:
- the task instance
-
getTestType
Property<java.lang.String> 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
-
-