B C E G H I L O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- background(Consumer<? super BuildScanApi>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Executes the given action in a background thread, allowing the current Maven work to continue.
- BuildCacheApi - Interface in com.gradle.maven.extension.api.cache
-
Configures the local and remote build cache.
- buildFinished(Consumer<? super BuildResult>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
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.maven.extension.api.scan
-
A description of the build result.
- BuildScanApi - Interface in com.gradle.maven.extension.api.scan
-
Allows to interact with the build scan feature of the Gradle Enterprise Maven extension.
- BuildScanCaptureSettings - Interface in com.gradle.maven.extension.api.scan
-
Allows configuring what data will be captured as part of the build scan.
- BuildScanDataObfuscation - Interface in com.gradle.maven.extension.api.scan
-
Allows registering functions for obfuscating certain identifying information within build scans.
- buildScanPublished(Consumer<? super PublishedBuildScan>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Registers a callback that is invoked when a build scan has been published successfully.
C
- capture(Consumer<? super BuildScanCaptureSettings>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Allows configuring what data will be captured as part of the build scan.
- CleanupPolicy - Interface in com.gradle.maven.extension.api.cache
-
Configures the cleanup policy of the local build cache.
- com.gradle.maven.extension.api - package com.gradle.maven.extension.api
-
Configuration of Gradle Enterprise.
- com.gradle.maven.extension.api.cache - package com.gradle.maven.extension.api.cache
-
Configuration of the local and remote build cache.
- com.gradle.maven.extension.api.scan - package com.gradle.maven.extension.api.scan
-
Configuration of build scans.
- configure(GradleEnterpriseApi, MavenSession) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseListener
-
Allows configuring the Gradle Enterprise Maven extension via the Gradle Enterprise API.
- Credentials - Interface in com.gradle.maven.extension.api.cache
-
Configures the credentials when accessing the remote build cache.
E
- executeOnce(String, Consumer<? super BuildScanApi>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Executes the given action only once over the course of the Maven build execution.
G
- getAccessKey() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Returns the access key for authenticating with the Gradle Enterprise server.
- getAllowUntrustedServer() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Whether it is acceptable to communicate with a Gradle Enterprise server with an untrusted SSL certificate.
- getAllowUntrustedServer() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Whether it is acceptable to communicate with a build scan server with an untrusted SSL certificate.
- getBuildCache() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
The build cache API.
- getBuildScan() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
The build scan API.
- getBuildScanId() - Method in interface com.gradle.maven.extension.api.scan.PublishedBuildScan
-
The ID of the build scan.
- getBuildScanUri() - Method in interface com.gradle.maven.extension.api.scan.PublishedBuildScan
-
The complete address of the build scan.
- getCapture() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Allows configuring what data will be captured as part of the build scan.
- getCleanupInterval() - Method in interface com.gradle.maven.extension.api.cache.CleanupPolicy
-
Gets the local build cache cleanup interval.
- getCleanupPolicy() - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Gets the cleanup policy configuration.
- getCredentials() - Method in interface com.gradle.maven.extension.api.cache.Server
-
Gets the credentials configuration.
- getDirectory() - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Gets the local build cache directory.
- getFailures() - Method in interface com.gradle.maven.extension.api.scan.BuildResult
-
The sources of the build failure, when the build fails.
- getLocal() - Method in interface com.gradle.maven.extension.api.cache.BuildCacheApi
-
Gets the local build cache configuration.
- getObfuscation() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Allows registering functions for obfuscating certain identifying information within build scans.
- getPassword() - Method in interface com.gradle.maven.extension.api.cache.Credentials
-
Gets the remote build cache password.
- getRemote() - Method in interface com.gradle.maven.extension.api.cache.BuildCacheApi
-
Gets the remote build cache configuration.
- getRetentionPeriod() - Method in interface com.gradle.maven.extension.api.cache.CleanupPolicy
-
Gets the local build cache retention period.
- getServer() - Method in interface com.gradle.maven.extension.api.cache.RemoteBuildCache
-
Gets the server configuration.
- getServer() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Returns the URL of the Gradle Enterprise server.
- getServer() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Returns the URL of the Gradle Enterprise server to which the build scans are published.
- getServerId() - Method in interface com.gradle.maven.extension.api.cache.Server
-
Gets the remote build cache server ID.
- getStorageDirectory() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Returns the Gradle Enterprise Maven extension storage directory.
- getTermsOfServiceAgree() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
The agreement of the Gradle Terms of Service specified under
BuildScanApi.setTermsOfServiceUrl(String)
. - getTermsOfServiceUrl() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
The location of the Gradle Terms of Service that are agreed to when creating a build scan.
- getUrl() - Method in interface com.gradle.maven.extension.api.cache.Server
-
Gets the remote build cache node URL.
- getUsername() - Method in interface com.gradle.maven.extension.api.cache.Credentials
-
Gets the remote build cache username.
- GradleEnterpriseApi - Interface in com.gradle.maven.extension.api
-
Allows to interact with the Gradle Enterprise Maven extension.
- GradleEnterpriseListener - Interface in com.gradle.maven.extension.api
-
Allows to interact with the Gradle Enterprise Maven extension.
H
- hostname(Function<? super String, ? extends String>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanDataObfuscation
-
Registers a function to transform the
MvnBuildAgent_1_0.localHostname
andMvnBuildAgent_1_0.publicHostname
captured.
I
- ipAddresses(Function<? super List<InetAddress>, ? extends List<String>>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanDataObfuscation
-
Registers a function used to transform the
MvnBuildAgent_1_0.ipAddresses
captured. - isAllowInsecureProtocol() - Method in interface com.gradle.maven.extension.api.cache.Server
-
Gets whether it is allowed to communicate with the remote build cache node over an insecure HTTP connection.
- isAllowUntrusted() - Method in interface com.gradle.maven.extension.api.cache.Server
-
Gets whether it is allowed to communicate with the remote build cache node with an untrusted SSL certificate.
- isBuildLogging() - Method in interface com.gradle.maven.extension.api.scan.BuildScanCaptureSettings
- isCaptureGoalInputFiles() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Deprecated.Please use
BuildScanCaptureSettings.isGoalInputFiles()
- isEnabled() - Method in interface com.gradle.maven.extension.api.cache.CleanupPolicy
-
Gets whether the local build cache cleanup is enabled.
- isEnabled() - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Whether the local build cache is enabled.
- isEnabled() - Method in interface com.gradle.maven.extension.api.cache.RemoteBuildCache
-
Whether the remote build cache is enabled.
- isEnabled() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Whether the Gradle Enterprise Maven extension is enabled.
- isGoalInputFiles() - Method in interface com.gradle.maven.extension.api.scan.BuildScanCaptureSettings
- isRequireClean() - Method in interface com.gradle.maven.extension.api.cache.BuildCacheApi
-
Whether the
clean
lifecycle phase is required in order to use the build cache. - isStoreEnabled() - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Whether storing build cache entries is enabled.
- isStoreEnabled() - Method in interface com.gradle.maven.extension.api.cache.RemoteBuildCache
-
Whether storing build cache entries is enabled.
- isTestLogging() - Method in interface com.gradle.maven.extension.api.scan.BuildScanCaptureSettings
- isUploadInBackground() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
- isUseExpectContinue() - Method in interface com.gradle.maven.extension.api.cache.Server
-
Gets whether the client should use HTTP Expect-Continue when storing data on the server.
L
- link(String, String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Captures a named link for the current build.
- LocalBuildCache - Interface in com.gradle.maven.extension.api.cache
-
Configures the local build cache.
O
- obfuscation(Consumer<? super BuildScanDataObfuscation>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Allows registering functions for obfuscating certain identifying information within build scans.
P
- publishAlways() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Indicates that a build scan should be published at the end of the build, regardless of whether the build succeeded or failed.
- publishAlwaysIf(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Indicates that, if the given condition is true, a build scan should be published at the end of the build, regardless of whether the build succeeded or failed.
- PublishedBuildScan - Interface in com.gradle.maven.extension.api.scan
-
A reference to a published build scan.
- publishOnDemand() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Indicates that a build scan should be published only if
-Dscan
is passed to the Maven invocation. - publishOnFailure() - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Indicates that a build scan should be published at the end of the build, if and only if the build failed.
- publishOnFailureIf(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Indicates that, if the given condition is true, a build scan should be published at the end of the build, if and only if the build failed.
R
- RemoteBuildCache - Interface in com.gradle.maven.extension.api.cache
-
Configures the remote build cache.
S
- Server - Interface in com.gradle.maven.extension.api.cache
-
Configures the remote build cache node server.
- setAccessKey(String) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Sets the access key for authenticating with the Gradle Enterprise server.
- setAllowInsecureProtocol(boolean) - Method in interface com.gradle.maven.extension.api.cache.Server
-
Sets whether it is allowed to communicate with the remote build cache node over an insecure HTTP connection.
- setAllowUntrusted(boolean) - Method in interface com.gradle.maven.extension.api.cache.Server
-
Sets whether it is allowed to communicate with the remote build cache node with an untrusted SSL certificate.
- setAllowUntrustedServer(boolean) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Specifies whether it is acceptable to communicate with a Gradle Enterprise server using an untrusted SSL certificate.
- setAllowUntrustedServer(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Specifies whether it is acceptable to communicate with a build scan server with an untrusted SSL certificate.
- setBuildLogging(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanCaptureSettings
-
Specifies whether to capture build logging output.
- setCaptureGoalInputFiles(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Deprecated.
- setCleanupInterval(Duration) - Method in interface com.gradle.maven.extension.api.cache.CleanupPolicy
-
Sets the local build cache cleanup interval.
- setDirectory(File) - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Sets the local build cache directory.
- setEnabled(boolean) - Method in interface com.gradle.maven.extension.api.cache.CleanupPolicy
-
Sets whether to enable the local build cache cleanup.
- setEnabled(boolean) - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Sets whether to enable the local build cache.
- setEnabled(boolean) - Method in interface com.gradle.maven.extension.api.cache.RemoteBuildCache
-
Sets whether to enable the remote build cache.
- setEnabled(boolean) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Sets whether to enable the Gradle Enterprise Maven extension.
- setGoalInputFiles(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanCaptureSettings
-
Specifies whether to capture information about each file used as an input to a goal execution.
- setPassword(String) - Method in interface com.gradle.maven.extension.api.cache.Credentials
-
Sets the remote build cache password.
- setRequireClean(boolean) - Method in interface com.gradle.maven.extension.api.cache.BuildCacheApi
-
Sets whether the
clean
lifecycle phase is required in order to use the build cache. - setRetentionPeriod(Duration) - Method in interface com.gradle.maven.extension.api.cache.CleanupPolicy
-
Sets the local build cache cleanup retention period.
- setServer(String) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Sets the URL of the Gradle Enterprise server.
- setServer(String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Sets the URL of the Gradle Enterprise server to which the build scans are published.
- setServer(URI) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Sets the URL of the Gradle Enterprise server.
- setServer(URI) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Sets the URL of the Gradle Enterprise server to which the build scans are published.
- setServerId(String) - Method in interface com.gradle.maven.extension.api.cache.Server
-
Sets the remote build cache server ID.
- setStorageDirectory(Path) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
-
Sets the Gradle Enterprise Maven extension storage directory to the specified path.
- setStoreEnabled(boolean) - Method in interface com.gradle.maven.extension.api.cache.LocalBuildCache
-
Sets whether to store build cache entries.
- setStoreEnabled(boolean) - Method in interface com.gradle.maven.extension.api.cache.RemoteBuildCache
-
Sets whether to store build cache entries.
- setTermsOfServiceAgree(String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Indicates whether the Gradle Terms of Service specified under
BuildScanApi.setTermsOfServiceUrl(String)
are agreed to. - setTermsOfServiceUrl(String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
The location of the Gradle Terms of Service that are agreed to when creating a build scan.
- setTestLogging(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanCaptureSettings
-
Specifies whether to capture test logging output.
- setUploadInBackground(boolean) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Specifies whether to upload the build scan in background after the build has finished.
- setUrl(String) - Method in interface com.gradle.maven.extension.api.cache.Server
-
Sets the remote build cache node URL.
- setUrl(URI) - Method in interface com.gradle.maven.extension.api.cache.Server
-
Sets the remote build cache node URL.
- setUseExpectContinue(boolean) - Method in interface com.gradle.maven.extension.api.cache.Server
-
Sets whether the client should use HTTP Expect-Continue when storing data on the server.
- setUsername(String) - Method in interface com.gradle.maven.extension.api.cache.Credentials
-
Sets the remote build cache username.
T
- tag(String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Captures a tag for the current build.
U
- username(Function<? super String, ? extends String>) - Method in interface com.gradle.maven.extension.api.scan.BuildScanDataObfuscation
-
Registers a function to transform the
MvnBuildAgent_1_0.username
captured.
V
- value(String, String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
-
Captures a named value for the current build.
All Classes All Packages