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 Detail

      • getTestType

        Property<java.lang.String> getTestType()
        Contains a value representing the type of test suite this task belongs to. See static constants on TestSuiteType for examples.
        Returns:
        this report's test type