Class JacocoReportAggregationPlugin
- java.lang.Object
-
- org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin
-
@Incubating public abstract class JacocoReportAggregationPlugin extends java.lang.Object implements Plugin<Project>
Adds configurations to for resolving variants containing JaCoCo code coverage results, which may span multiple subprojects. Reacts to the presence of the jvm-test-suite plugin and creates tasks to collect code coverage results for each named test-suite.- Since:
- 7.4
- See Also:
- JaCoCo Report Aggregation Plugin reference
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JACOCO_AGGREGATION_CONFIGURATION_NAME
-
Constructor Summary
Constructors Constructor Description JacocoReportAggregationPlugin()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.protected abstract org.gradle.api.plugins.jvm.internal.JvmPluginServices
getEcosystemUtilities()
-
-
-
Field Detail
-
JACOCO_AGGREGATION_CONFIGURATION_NAME
public static final java.lang.String JACOCO_AGGREGATION_CONFIGURATION_NAME
- See Also:
- Constant Field Values
-
-