A C G M N P T 
All Classes All Packages

A

apply(T) - Method in class com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionPlugin
Apply this plugin to the supplied Settings or Project.

C

com.gradle.enterprise.gradleplugin.testdistribution - package com.gradle.enterprise.gradleplugin.testdistribution
 
com.gradle.enterprise.gradleplugin.testselection - package com.gradle.enterprise.gradleplugin.testselection
 

G

getEnabled() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
Whether test distribution is enabled.
getEnabled() - Method in interface com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension
Whether Predictive Test Selection is enabled.
getIncludeAnnotationClasses() - Method in interface com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension.MustRunCriteria
The patterns used to include tests based on their class level annotations.
getIncludeClasses() - Method in interface com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension.MustRunCriteria
The patterns used to include tests based on their class name.
getMaxLocalExecutors() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
The number of executors to use for running tests on this machine.
getMaxRemoteExecutors() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
The number of remote executors that should be requested from the remote test execution infrastructure in order run the tests of this test task.
getMustRun() - Method in interface com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension
The set of criteria for specifying which tests must always run.
getRemoteExecutionPreferred() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
If enabled, remote executors are tried first, falling back to local ones after waitTimeout expires.
getRequirements() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
The requirements that need to be fulfilled by executors in order to execute the tests of this test task.
getRetryInSameJvm() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
If enabled, the tests will be retried in the same JVM.
getWaitTimeout() - Method in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
The duration the build waits for the remote test execution infrastructure to respond.

M

mustRun(Action<? super PredictiveTestSelectionExtension.MustRunCriteria>) - Method in interface com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension
The set of criteria for specifying which tests must always run.

N

NAME - Static variable in interface com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionExtension
The name of the extension added to each test task.
NAME - Static variable in interface com.gradle.enterprise.gradleplugin.testselection.PredictiveTestSelectionExtension
The name of the extension added to each test task.

P

PredictiveTestSelectionExtension - Interface in com.gradle.enterprise.gradleplugin.testselection
Task extension for configuring Predictive Test Selection.
PredictiveTestSelectionExtension.MustRunCriteria - Interface in com.gradle.enterprise.gradleplugin.testselection
A set of criteria for specifying which tests must always run.

T

TEST_DISTRIBUTION_GRADLE_PLUGIN_NAME - Static variable in class com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionPlugin
 
TestDistributionExtension - Interface in com.gradle.enterprise.gradleplugin.testdistribution
Task extension for configuring test distribution.
TestDistributionPlugin<T extends ExtensionAware & PluginAware> - Class in com.gradle.enterprise.gradleplugin.testdistribution
The Gradle Enterprise Test Distribution plugin for distributing test execution across remote agents.
TestDistributionPlugin() - Constructor for class com.gradle.enterprise.gradleplugin.testdistribution.TestDistributionPlugin
 
A C G M N P T 
All Classes All Packages