A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

ABSOLUTE_PATH - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Considers the full content of files as well as their absolute path.
addIgnoredAttributes(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more attributes in MANIFEST files.
addIgnoredAttributes(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more attributes in MANIFEST files.
addIgnoredFiles(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Configures the runtime classpath normalization to ignore files.
addIgnoredFiles(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Configures the runtime classpath normalization to ignore files.
addIgnoredKeys(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.SystemPropertiesNormalization
Allows configuring the normalization to ignore system properties supplied.
addIgnoredKeys(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.SystemPropertiesNormalization
Allows configuring the normalization to ignore system properties supplied.
addIgnoredProperties(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more properties.
addIgnoredProperties(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more properties.
addPropertiesNormalization(String, String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Configures the runtime classpath normalization to ignore properties from specific property files.
addPropertiesNormalization(String, List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Configures the runtime classpath normalization to ignore properties from specific property files.

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

cacheable(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Marks the outputs of this goal execution as cacheable.
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.
CLASSPATH - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Considers only the information relevant for running Java code.
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
 
com.gradle.maven.extension.api.cache - package com.gradle.maven.extension.api.cache
 
com.gradle.maven.extension.api.scan - package com.gradle.maven.extension.api.scan
 
COMPILE_CLASSPATH - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Considers only the information relevant for compiling Java code.
configure(GradleEnterpriseApi, MavenSession) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseListener
Allows configuring the Gradle Enterprise Maven extension via the Gradle Enterprise API.
configureMetaInf(Consumer<NormalizationProvider.RuntimeClasspathNormalization.MetaInf>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Allows configuring the normalization of files matching META-INF/**/*.properties.
configureNormalization(NormalizationProvider.Context) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider
Configure normalization for the project in the supplied context.
configureRuntimeClasspathNormalization(Consumer<NormalizationProvider.RuntimeClasspathNormalization>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.Context
Allows configuring the runtime classpath normalization.
configureSystemPropertiesNormalization(Consumer<NormalizationProvider.SystemPropertiesNormalization>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.Context
Allows configuring the system property normalization.
Credentials - Interface in com.gradle.maven.extension.api.cache
Configures the credentials when accessing the remote build cache.

D

DEFAULT - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling
Empty directories will be taken into account.
DEFAULT - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.LineEndingHandling
No normalization.
directory(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Marks the given property as an output directory.
directory(String, Object) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Registers the given file as an output property.

E

emptyDirectoryHandling(MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Defines the handling of empty directories.
exclude(String...) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Adds the given ANT-style exclude patterns to the file set.
exclude(List<String>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Adds the given ANT-style exclude patterns to the file set.
excludesProperty(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Marks the given property as ANT-style exclude patterns for this file set.
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.

F

file(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Marks the given property as an output file.
file(String, Object) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Registers the given file as an output property.
files(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.LocalState
Marks the given property as local state.
files(String, Object) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.LocalState
Marks the given files as a local state property.
fileSet(String, Object, Consumer<MojoMetadataProvider.Context.FileSet>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Inputs
Adds the given files as input files under the given property name.
fileSet(String, Consumer<MojoMetadataProvider.Context.FileSet>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Inputs
Marks the given property as a set of input files.

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.
getMojoExecution() - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The goal execution being analyzed.
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.
getProject() - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The project that the goal execution is part of.
getProject() - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.Context
The project being configured.
getProjectId() - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
Returns the project identifier.
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.
getSession() - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The session associated with the project.
getSession() - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.Context
The session associated with the project.
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.
getUnderlyingObject() - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The object underlying the current context.
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 local hostname and public hostname captured.

I

ignore(String...) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Inputs
Ignores the given properties.
IGNORE - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling
Empty directories are ignored.
IGNORED_PATH - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Considers the full content of files, but ignores their path.
include(String...) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Adds the given ANT-style include patterns to the file set.
include(List<String>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Adds the given ANT-style include patterns to the file set.
includesProperty(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Marks the given property as ANT-style include patterns for this file set.
inputs(Consumer<? super MojoMetadataProvider.Context.Inputs>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The inputs of a goal determine its cache key.
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 IP addresses 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
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.
iterate(String, Consumer<? super MojoMetadataProvider.Context>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
Creates nested contexts by looking for a property of type Iterable or Object[] with the given name in the current context and calling the given action on each item in the Iterable or Object[], if it exists.

L

lineEndingHandling(MojoMetadataProvider.Context.FileSet.LineEndingHandling) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Defines the handling of line endings.
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.
localState(Consumer<? super MojoMetadataProvider.Context.LocalState>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
Local state is deleted if the outputs of a goal are retrieved from the build cache.

M

MojoMetadataProvider - Interface in com.gradle.maven.extension.api.cache
Allows users to configure caching for Mojos that the Gradle Enterprise Maven Extension does not support out of the box.
MojoMetadataProvider.Context - Interface in com.gradle.maven.extension.api.cache
Allows configuring the inputs and outputs of a Mojo.
MojoMetadataProvider.Context.FileSet - Interface in com.gradle.maven.extension.api.cache
MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling - Enum in com.gradle.maven.extension.api.cache
Allows controlling the sensitivity to the presence of empty directories in the source tree.
MojoMetadataProvider.Context.FileSet.LineEndingHandling - Enum in com.gradle.maven.extension.api.cache
Allows specifying whether line endings should be normalized for Build Cache checks, so that files that only differ by line endings will be considered identical.
MojoMetadataProvider.Context.FileSet.NormalizationStrategy - Enum in com.gradle.maven.extension.api.cache
Allows specifying a way of ignoring changes to input files that are irrelevant for the goal execution.
MojoMetadataProvider.Context.Inputs - Interface in com.gradle.maven.extension.api.cache
The inputs of a goal determine its cache key.
MojoMetadataProvider.Context.LocalState - Interface in com.gradle.maven.extension.api.cache
Configures local state.
MojoMetadataProvider.Context.Outputs - Interface in com.gradle.maven.extension.api.cache
The outputs of a goal are packed into the cache entry and restored when they are loaded from the build cache.

N

NAME_ONLY - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Considers the full content of files, but only tracks their name and not the rest of their path.
nested(String, Consumer<? super MojoMetadataProvider.Context>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
Creates a nested context by looking for a property with the given name on the current context and calling the given action on it if it exists.
NormalizationProvider - Interface in com.gradle.maven.extension.api.cache
Allows users to configure normalization.
NormalizationProvider.Context - Interface in com.gradle.maven.extension.api.cache
Allows configuring the normalization of a project.
NormalizationProvider.RuntimeClasspathNormalization - Interface in com.gradle.maven.extension.api.cache
Allows configuring the runtime classpath normalization.
NormalizationProvider.RuntimeClasspathNormalization.MetaInf - Interface in com.gradle.maven.extension.api.cache
A common location to store properties files is the META-INF directory.
NormalizationProvider.SystemPropertiesNormalization - Interface in com.gradle.maven.extension.api.cache
Allows configuring the system property normalization of a project.
normalizationStrategy(MojoMetadataProvider.Context.FileSet.NormalizationStrategy) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet
Defines the normalization strategy for this property.
NORMALIZE - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.LineEndingHandling
Normalize line endings for text files with ASCII encoding or its supersets.
notCacheableBecause(String) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Disables caching of the outputs of this goal execution.

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.
outputs(Consumer<? super MojoMetadataProvider.Context.Outputs>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The outputs of a goal are packed into the cache entry.

P

properties(String...) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Inputs
Marks the given properties as scalar input properties.
property(String, Object) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Inputs
Adds the given object as an additional input property.
provideMetadata(MojoMetadataProvider.Context) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider
Called for each goal as Maven is about to execute it.
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

registerMojoMetadataProvider(MojoMetadataProvider) - Method in interface com.gradle.maven.extension.api.cache.BuildCacheApi
Registers a MojoMetadataProvider, which allows users to configure caching for Mojos that the Gradle Enterprise Maven extension does not support out of the box.
registerNormalizationProvider(NormalizationProvider) - Method in interface com.gradle.maven.extension.api.cache.BuildCacheApi
Registers a NormalizationProvider, which allows to configure runtime classpath normalization.
RELATIVE_PATH - com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Considers the full content of files, but only tracks their path relative to their root directory.
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 Gradle Enterprise server using 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
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.
setIgnoreCompletely(boolean) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring all files in the META-INF directories.
setIgnoredAttributes(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more attributes in MANIFEST files.
setIgnoredAttributes(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more attributes in MANIFEST files.
setIgnoredFiles(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Configures the runtime classpath normalization to ignore files.
setIgnoredFiles(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization
Configures the runtime classpath normalization to ignore files.
setIgnoredKeys(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.SystemPropertiesNormalization
Allows configuring the normalization to ignore system properties supplied.
setIgnoredKeys(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.SystemPropertiesNormalization
Allows configuring the normalization to ignore system properties supplied.
setIgnoredProperties(String...) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more properties.
setIgnoredProperties(List<String>) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring one or more properties.
setIgnoreManifest(boolean) - Method in interface com.gradle.maven.extension.api.cache.NormalizationProvider.RuntimeClasspathNormalization.MetaInf
Allows ignoring the MANIFEST files completely.
setPassword(String) - Method in interface com.gradle.maven.extension.api.cache.Credentials
Sets the remote build cache password.
setProjectId(String) - Method in interface com.gradle.maven.extension.api.GradleEnterpriseApi
Sets the project identifier.
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.
skipIfTrue(String...) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The goal execution will be skipped, if any of the given boolean properties is true.
skipIfTrue(List<String>) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
The goal execution will be skipped, if any of the given boolean properties is true.
storeEnabled(boolean) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.Outputs
Configures whether results for this goal should be stored in the build cache or only read from it.

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 username captured.

V

value(String, String) - Method in interface com.gradle.maven.extension.api.scan.BuildScanApi
Captures a named value for the current build.
valueOf(String) - Static method in enum com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.LineEndingHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.LineEndingHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context.FileSet.NormalizationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

withPlugin(String, Runnable) - Method in interface com.gradle.maven.extension.api.cache.MojoMetadataProvider.Context
Executes a given action if the supplied artifactId matches Plugin.getArtifactId().
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages