Class TestDistributionPlugin
- java.lang.Object
-
- com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionPlugin
-
public class TestDistributionPlugin extends Object implements Plugin<Project>
The Gradle Enterprise Test Distribution plugin for distributing test execution across remote agents.Requires a Gradle Enterprise server.
Please refer to the plugin documentation for details.
- See Also:
TestDistributionExtension
-
-
Constructor Summary
Constructors Constructor Description TestDistributionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Project project)Apply this plugin to the supplied project.
-
-
-
Method Detail
-
apply
public void apply(Project project)
Apply this plugin to the supplied project.This plugin adds a
TestDistributionExtensionwith name "distribution" to allTesttasks.- Specified by:
applyin interfacePlugin<Project>- See Also:
TestDistributionExtension
-
-