Named
, ReportSpec
@Incubating public interface JacocoCoverageReport extends ReportSpec
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
TaskProvider<JacocoReport> |
getReportTask() |
Contains the
JacocoReport task instance which produces this report |
Property<String> |
getTestType() |
Contains a value representing the type of test suite this task belongs to.
|
TaskProvider<JacocoReport> getReportTask()
JacocoReport
task instance which produces this reportProperty<String> getTestType()
TestSuiteType
for examples.