Class JacocoReportAggregationPlugin
java.lang.Object
org.gradle.testing.jacoco.plugins.JacocoReportAggregationPlugin
@Incubating
public abstract class JacocoReportAggregationPlugin
extends 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply this plugin to the given target object.protected abstract org.gradle.api.plugins.jvm.internal.JvmPluginServices
-
Field Details
-
JACOCO_AGGREGATION_CONFIGURATION_NAME
- See Also:
-
-
Constructor Details
-
JacocoReportAggregationPlugin
public JacocoReportAggregationPlugin()
-
-
Method Details
-
getEcosystemUtilities
@Inject protected abstract org.gradle.api.plugins.jvm.internal.JvmPluginServices getEcosystemUtilities() -
apply
Description copied from interface:Plugin
Apply this plugin to the given target object.
-