Index
All Classes and Interfaces|All Packages
A
- ANDROID_CONNECTED - Enum constant in enum com.gradle.develocity.agent.gradle.test.JUnitXmlDialect
-
Produced by the Gradle Android Plugin instrumentation tests
- ANDROID_FIREBASE - Enum constant in enum com.gradle.develocity.agent.gradle.test.JUnitXmlDialect
-
Produced by the Firebase Test Lab using (fladle/flank)
- apply(Object) - Method in class com.gradle.develocity.agent.gradle.DevelocityPlugin
- apply(Object) - Method in class com.gradle.enterprise.gradleplugin.GradleEnterprisePlugin
-
Deprecated.
- apply(Object) - Method in class com.gradle.scan.plugin.BuildScanPlugin
-
Deprecated.
B
- background(Action<? super BuildScanConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Executes the given action in a background thread, allowing the current Gradle work to continue.
- buildFinished(Action<? super BuildResult>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Registers a callback that is invoked when the build has finished, but before this extension stops accepting to be called.
- BuildResult - Interface in com.gradle.develocity.agent.gradle.scan
-
A description of the build result.
- buildScan(Action<? super BuildScanConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
Configure build scans.
- BuildScanCaptureConfiguration - Interface in com.gradle.develocity.agent.gradle.scan
-
Allows configuring what data will be captured as part of the build scan.
- BuildScanConfiguration - Interface in com.gradle.develocity.agent.gradle.scan
-
The configuration for Build Scan publication.
- BuildScanDataObfuscationConfiguration - Interface in com.gradle.develocity.agent.gradle.scan
-
Allows registering functions for obfuscating certain identifying information within build scans.
- BuildScanPlugin - Class in com.gradle.scan.plugin
-
Deprecated.
- BuildScanPlugin() - Constructor for class com.gradle.scan.plugin.BuildScanPlugin
-
Deprecated.
- buildScanPublished(Action<? super PublishedBuildScan>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Registers a callback that is invoked when a build scan has been published successfully.
- BuildScanPublishingConfiguration - Interface in com.gradle.develocity.agent.gradle.scan
-
Allows configuring when a build scan should be published at the end of the build.
- BuildScanPublishingConfiguration.PublishingContext - Interface in com.gradle.develocity.agent.gradle.scan
-
The context for evaluating conditions that determine whether a build scan should be published at the end of the build.
C
- capture(Action<? super BuildScanCaptureConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Allows configuring what data will be captured as part of the build scan.
- classRetry(Action<? super TestRetryConfiguration.ClassRetryCriteria>) - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
The set of criteria specifying which test classes must be retried as a whole unit if retries are enabled and the test class passes the configured filter.
- com.gradle.develocity.agent.gradle - package com.gradle.develocity.agent.gradle
- com.gradle.develocity.agent.gradle.buildcache - package com.gradle.develocity.agent.gradle.buildcache
- com.gradle.develocity.agent.gradle.integration - package com.gradle.develocity.agent.gradle.integration
- com.gradle.develocity.agent.gradle.scan - package com.gradle.develocity.agent.gradle.scan
- com.gradle.develocity.agent.gradle.test - package com.gradle.develocity.agent.gradle.test
- com.gradle.enterprise.gradleplugin - package com.gradle.enterprise.gradleplugin
- com.gradle.scan.plugin - package com.gradle.scan.plugin
- CONSERVATIVE - Enum constant in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionProfile
D
- DevelocityBuildCache - Class in com.gradle.develocity.agent.gradle.buildcache
-
Allows configuring the use of a Develocity build cache.
- DevelocityBuildCache() - Constructor for class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
- DevelocityBuildCache.UsernameAndPassword - Class in com.gradle.develocity.agent.gradle.buildcache
-
A value type representing both a username and password.
- DevelocityConfiguration - Interface in com.gradle.develocity.agent.gradle
-
The DSL extension for configuring Develocity, with the name
develocity
. - DevelocityIntegrationConfiguration - Interface in com.gradle.develocity.agent.gradle.integration
-
The DSL extension for integrations between Gradle and other tools and build systems.
- DevelocityPlugin - Class in com.gradle.develocity.agent.gradle
-
The Develocity Gradle plugin enables integration with Develocity and scans.gradle.com.
- DevelocityPlugin() - Constructor for class com.gradle.develocity.agent.gradle.DevelocityPlugin
- DevelocityTestConfiguration - Interface in com.gradle.develocity.agent.gradle.test
-
The DSL extension for configuring Develocity testing features, with the name
develocity
.
E
- equals(Object) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache.UsernameAndPassword
- externalProcessName(Function<? super String, ? extends String>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanDataObfuscationConfiguration
-
Registers a function to transform the names of external processes captured when resource usage capturing is enabled.
F
- FAST - Enum constant in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionProfile
- filter(Action<? super TestRetryConfiguration.Filter>) - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
The filter for specifying which tests may be retried.
G
- GENERIC - Enum constant in enum com.gradle.develocity.agent.gradle.test.JUnitXmlDialect
-
Dialect used for JUnit XML reports where no specific dialect is available.
- getAccessKey() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
The access key for authenticating with the Develocity server.
- getAllowInsecureProtocol() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Whether the use of plain/unencrypted HTTP is allowed when communicating with the build cache server.
- getAllowUntrustedServer() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Whether it is acceptable to communicate with a build cache server with an untrusted SSL certificate.
- getAllowUntrustedServer() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
Specifies whether it is acceptable to communicate with a Develocity server using an untrusted SSL certificate.
- getBuildCache() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
The type to be used for registering the Develocity build cache with Gradle.
- getBuildLogging() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanCaptureConfiguration
-
Specifies whether to capture build logging output.
- getBuildResult() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanPublishingConfiguration.PublishingContext
- getBuildScan() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
The build scan configuration.
- getBuildScanId() - Method in interface com.gradle.develocity.agent.gradle.scan.PublishedBuildScan
-
The ID of the build scan.
- getBuildScanUri() - Method in interface com.gradle.develocity.agent.gradle.scan.PublishedBuildScan
-
The complete address of the build scan.
- getCapture() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Allows configuring what data will be captured as part of the build scan.
- getClassRetry() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
The set of criteria specifying which test classes must be retried as a whole unit if retries are enabled and the test class passes the configured filter.
- getDialect() - Method in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
-
Configures the JUnit XML dialect.
- getEdgeDiscovery() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
Specifies whether to enable discovery and automatic selection of a Develocity Edge.
- getEnabled() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration
-
Whether Predictive Test Selection is enabled.
- getEnabled() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
Whether test distribution is enabled.
- getEnvironment() - Method in interface com.gradle.develocity.agent.gradle.integration.NpmAgentConfiguration
-
Access the environment variables used to pass information from the Gradle plugin to the Develocity npm build agent.
- getEnvironment() - Method in interface com.gradle.develocity.agent.gradle.integration.PythonAgentConfiguration
-
Access the environment variables used to pass information from the Gradle plugin to the Develocity Python build agent.
- getExcludeAnnotationClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration.Filter
-
The patterns used to exclude tests based on their class level annotations.
- getExcludeClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration.Filter
-
The patterns used to exclude tests based on their class name.
- getFailOnPassedAfterRetry() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
Whether tests that initially fail and then pass on retry should fail the task.
- getFailOnSkippedAfterRetry() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
Whether tests that initially fail and then are skipped on retry should fail the task.
- getFailures() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildResult
-
The sources of the build failure, when the build fails.
- getFallbackToRegularExecutionOnMissingPrerequisites() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration
-
Whether Predictive Test Selection should fall back to regular execution, if JUnit Platform is not enabled.
- getFallbackToRegularExecutionOnMissingPrerequisites() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
Whether Test Distribution should fall back to regular execution, if JUnit Platform is not enabled.
- getFileFingerprints() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanCaptureConfiguration
-
Specifies whether to capture information about each file used as an input to a unit of work.
- getFilter() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
The filter for specifying which tests may be retried.
- getIncludeAnnotationClasses() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration.MustRunCriteria
-
The patterns used to include tests based on their class level annotations.
- getIncludeAnnotationClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration.RestrictedExecutionCriteria
-
The patterns used to include tests based on their class level annotations.
- getIncludeAnnotationClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration.ClassRetryCriteria
-
The patterns used to include tests based on their class level annotations.
- getIncludeAnnotationClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration.Filter
-
The patterns used to include tests based on their class level annotations.
- getIncludeClasses() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration.MustRunCriteria
-
The patterns used to include tests based on their class name.
- getIncludeClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration.RestrictedExecutionCriteria
-
The patterns used to include tests based on their class name.
- getIncludeClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration.ClassRetryCriteria
-
The patterns used to include tests based on their class name.
- getIncludeClasses() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration.Filter
-
The patterns used to include tests based on their class name.
- getIntegration() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
Integration between Gradle and other tools and build systems.
- getLocalOnly() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The set of criteria for specifying which tests must always run on local executors.
- getMaxFailures() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
The maximum number of test failures that are allowed before retrying is disabled.
- getMaxLocalExecutors() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The number of executors to use for running tests on this machine.
- getMaxRecoverableFailures() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The maximal number of remote executor failures that will be tolerated, before attempting to fall back to local execution
- getMaxRemoteExecutors() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The number of remote executors that should be requested from the remote test execution infrastructure in order run the tests of this test task.
- getMaxRetries() - Method in interface com.gradle.develocity.agent.gradle.test.TestRetryConfiguration
-
The maximum number of times to retry an individual test.
- getMode() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration
-
The mode to use for selecting tests.
- getMustRun() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration
-
The set of criteria for specifying which tests must always run.
- getNpm() - Method in interface com.gradle.develocity.agent.gradle.integration.DevelocityIntegrationConfiguration
-
Access the external agent configuration specific to the Develocity npm build agent.
- getObfuscation() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Allows registering functions for obfuscating certain identifying information within build scans.
- getPassword() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache.UsernameAndPassword
- getPath() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
The custom request path for the build cache server.
- getPredictiveTestSelection() - Method in interface com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
-
The Predictive Test Selection configuration.
- getProfile() - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration
-
The selection profile to use for selecting tests.
- getProjectId() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
The project identifier.
- getPublishing() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Allows configuring when a build scan should be published at the end of the build.
- getPython() - Method in interface com.gradle.develocity.agent.gradle.integration.DevelocityIntegrationConfiguration
-
Access the external agent configuration specific to the Develocity Python build agent.
- getReferenceTask() - Method in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
-
The reference task to which the tests should be attributed.
- getReferenceTaskBuildPath() - Method in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
- getReferenceTaskTaskPath() - Method in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
- getRemoteExecutionPreferred() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
If enabled, remote executors are tried first, falling back to local ones after
waitTimeout
expires. - getRemoteOnly() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The set of criteria for specifying which tests must always run on remote executors.
- getReports() - Method in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
-
The JUnit XML report files that should be imported.
- getRequirements() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The requirements that need to be fulfilled by executors in order to execute the tests of this test task.
- getResourceUsage() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanCaptureConfiguration
-
Specifies whether to capture information about the resources used by the build.
- getRetryInSameJvm() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
If enabled, the tests will be retried in the same JVM.
- getServer() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
The address of the build cache server to use, if not using the built-in build cache of the server specified by
DevelocityConfiguration.getServer()
. - getServer() - Method in interface com.gradle.develocity.agent.gradle.DevelocityConfiguration
-
The URL of the Develocity server.
- getTermsOfUseAgree() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
The agreement of the Gradle Terms of Use.
- getTermsOfUseUrl() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
The location of the Gradle Terms of Use that are agreed to when creating a build scan.
- getTestDistribution() - Method in interface com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
-
The Test Distribution configuration.
- getTestLogging() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanCaptureConfiguration
-
Specifies whether to capture test logging output.
- getTestRetry() - Method in interface com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
-
The test retry configuration.
- getUploadInBackground() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Specifies whether to upload the build scan in background after the build has finished.
- getUseExpectContinue() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Whether to use HTTP Expect-Continue when storing data on the build cache server.
- getUsername() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache.UsernameAndPassword
- getUsernameAndPassword() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
The username/password to use to authenticate with the build cache server.
- getWaitTimeout() - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The duration the build waits for the remote test execution infrastructure to respond.
- GradleEnterprisePlugin - Class in com.gradle.enterprise.gradleplugin
-
Deprecated.since 3.17, replaced by
DevelocityPlugin
- GradleEnterprisePlugin() - Constructor for class com.gradle.enterprise.gradleplugin.GradleEnterprisePlugin
-
Deprecated.
H
- hashCode() - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache.UsernameAndPassword
- hostname(Function<? super String, ? extends String>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanDataObfuscationConfiguration
-
Registers a function to transform the local hostname and public hostname captured.
I
- ImportJUnitXmlReports - Class in com.gradle.develocity.agent.gradle.test
-
Imports JUnit XML reports into the build's Develocity build scan.
- ImportJUnitXmlReports(BuildOperationListenerManager, BuildScanClock, ObjectFactory, Gradle) - Constructor for class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
- ipAddresses(Function<? super List<InetAddress>, ? extends List<String>>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanDataObfuscationConfiguration
-
Registers a function used to transform the IP addresses captured.
- isAuthenticated() - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanPublishingConfiguration.PublishingContext
- isMultiApplicationEnabled() - Static method in class com.gradle.develocity.agent.gradle.DevelocityPlugin
J
- JUnitXmlDialect - Enum in com.gradle.develocity.agent.gradle.test
-
Supported JUnit XML report file dialects
L
- link(String, String) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Captures a named link for the current build.
- localOnly(Action<? super TestDistributionConfiguration.RestrictedExecutionCriteria>) - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The set of criteria for specifying which tests must always run on local executors.
- LOGGER - Static variable in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
M
- mustRun(Action<? super PredictiveTestSelectionConfiguration.MustRunCriteria>) - Method in interface com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionConfiguration
-
The set of criteria for specifying which tests must always run.
N
- NpmAgentConfiguration - Interface in com.gradle.develocity.agent.gradle.integration
-
The DSL extension for configuring the npm Develocity build agent, when npm is called from within a Gradle build.
O
- obfuscation(Action<? super BuildScanDataObfuscationConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Allows registering functions for obfuscating certain identifying information within build scans.
- of(String, String) - Static method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache.UsernameAndPassword
- onlyIf(Spec<? super BuildScanPublishingConfiguration.PublishingContext>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanPublishingConfiguration
-
Specify a condition for when a build scan should be published at the end of the build.
P
- predictiveTestSelection(Action<? super PredictiveTestSelectionConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
-
Configure Predictive Test Selection.
- PredictiveTestSelectionConfiguration - Interface in com.gradle.develocity.agent.gradle.test
-
Task extension for configuring Predictive Test Selection.
- PredictiveTestSelectionConfiguration.MustRunCriteria - Interface in com.gradle.develocity.agent.gradle.test
-
A set of criteria for specifying which tests must always run.
- PredictiveTestSelectionMode - Enum in com.gradle.develocity.agent.gradle.test
-
Mode to use for selecting tests.
- PredictiveTestSelectionProfile - Enum in com.gradle.develocity.agent.gradle.test
-
The profile for selecting tests.
- PublishedBuildScan - Interface in com.gradle.develocity.agent.gradle.scan
-
A reference to a published build scan.
- publishing(Action<? super BuildScanPublishingConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Allows configuring when a build scan should be published at the end of the build.
- PythonAgentConfiguration - Interface in com.gradle.develocity.agent.gradle.integration
-
The DSL extension for configuring the Python Develocity build agent, when Python is called from within a Gradle build.
R
- register(TaskContainer, TaskProvider<?>, JUnitXmlDialect) - Static method in class com.gradle.develocity.agent.gradle.test.ImportJUnitXmlReports
-
Helper method to lazily register and configure an import task.
- RELEVANT_TESTS - Enum constant in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionMode
-
In this mode, test classes are selected according to their predicted relevance.
- REMAINING_TESTS - Enum constant in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionMode
-
In this mode, all test classes that have not yet had a successful or flaky outcome for the same inputs will be selected.
- remoteOnly(Action<? super TestDistributionConfiguration.RestrictedExecutionCriteria>) - Method in interface com.gradle.develocity.agent.gradle.test.TestDistributionConfiguration
-
The set of criteria for specifying which tests must always run on remote executors.
S
- setAllowInsecureProtocol(boolean) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Sets whether the use of plain/unencrypted HTTP is allowed when communicating with the build cache server.
- setAllowUntrustedServer(boolean) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Specifies whether it is acceptable to communicate with the build cache server using an untrusted SSL certificate.
- setPath(String) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Set a custom request path for the build cache server specified by
DevelocityBuildCache.getServer()
orDevelocityConfiguration.getServer()
. - setServer(String) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Sets the build cache server address to use, if not using the default build cache of the server specified by
DevelocityConfiguration.getServer()
. - setUseExpectContinue(boolean) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Sets whether to use HTTP Expect-Continue when storing data on the build cache server.
- setUsernameAndPassword(DevelocityBuildCache.UsernameAndPassword) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Sets the username/password to use to authenticate with the build cache server.
- STANDARD - Enum constant in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionProfile
T
- tag(String) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Captures a tag for the current build.
- testDistribution(Action<? super TestDistributionConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
-
Configure Test Distribution.
- TestDistributionConfiguration - Interface in com.gradle.develocity.agent.gradle.test
-
The configuration for Test Distribution.
- TestDistributionConfiguration.RestrictedExecutionCriteria - Interface in com.gradle.develocity.agent.gradle.test
-
A set of criteria for specifying which tests must run on local or remote executors only.
- testRetry(Action<? super TestRetryConfiguration>) - Method in interface com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
-
Configure test retries.
- TestRetryConfiguration - Interface in com.gradle.develocity.agent.gradle.test
-
Task extension for configuring Test Retry.
- TestRetryConfiguration.ClassRetryCriteria - Interface in com.gradle.develocity.agent.gradle.test
-
The set of criteria specifying which test classes must be retried as a whole unit if retries are enabled and the test class passes the configured filter.
- TestRetryConfiguration.Filter - Interface in com.gradle.develocity.agent.gradle.test
-
A filter for specifying which tests may be retried.
U
- username(Function<? super String, ? extends String>) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanDataObfuscationConfiguration
-
Registers a function to transform the username captured.
- usernameAndPassword(String, String) - Method in class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache
-
Sets the username/password to use to authenticate with the build cache server.
- UsernameAndPassword(String, String) - Constructor for class com.gradle.develocity.agent.gradle.buildcache.DevelocityBuildCache.UsernameAndPassword
V
- value(String, String) - Method in interface com.gradle.develocity.agent.gradle.scan.BuildScanConfiguration
-
Captures a named value for the current build.
- valueOf(String) - Static method in enum com.gradle.develocity.agent.gradle.test.JUnitXmlDialect
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionProfile
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.gradle.develocity.agent.gradle.test.JUnitXmlDialect
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.gradle.develocity.agent.gradle.test.PredictiveTestSelectionProfile
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages
DevelocityPlugin