Package org.gradle.api.plugins
Class TestReportAggregationPlugin
java.lang.Object
org.gradle.api.plugins.TestReportAggregationPlugin
@Incubating
public abstract class TestReportAggregationPlugin
extends Object
implements Plugin<Project>
Adds configurations to for resolving variants containing test execution results, which may span multiple subprojects. Reacts to the presence of the jvm-test-suite plugin and creates
tasks to collect test 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
-
TEST_REPORT_AGGREGATION_CONFIGURATION_NAME
- See Also:
-
-
Constructor Details
-
TestReportAggregationPlugin
public TestReportAggregationPlugin()
-
-
Method Details
-
getJvmPluginServices
@Inject protected abstract org.gradle.api.plugins.jvm.internal.JvmPluginServices getJvmPluginServices() -
apply
Description copied from interface:Plugin
Apply this plugin to the given target object.
-