Package com.gradle.maven.extension.api.cache
-
Interface Summary Interface Description BuildCacheApi Deprecated. since 1.21, replaced byBuildCacheApiCleanupPolicy Deprecated. since 1.21, replaced byCleanupPolicyCredentials Deprecated. since 1.21, replaced byCredentialsLocalBuildCache Deprecated. since 1.21, replaced byLocalBuildCacheMojoMetadataProvider Deprecated. since 1.21, replaced byMojoMetadataProviderMojoMetadataProvider.Context Allows configuring the inputs and outputs of a Mojo.MojoMetadataProvider.Context.FileSet Holds a set of files and directories and allows configuring theMojoMetadataProvider.Context.FileSet.NormalizationStrategy,MojoMetadataProvider.Context.FileSet.LineEndingHandlingandMojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling.MojoMetadataProvider.Context.Inputs The inputs of a goal determine its cache key.MojoMetadataProvider.Context.LocalState Configures local state.MojoMetadataProvider.Context.Outputs The outputs of a goal are packed into the cache entry and restored when they are loaded from the build cache.NormalizationProvider Deprecated. since 1.21, replaced byNormalizationProviderNormalizationProvider.Context Allows configuring the normalization of a project.NormalizationProvider.RuntimeClasspathNormalization Allows configuring the runtime classpath normalization.NormalizationProvider.RuntimeClasspathNormalization.MetaInf A common location to store properties files is theMETA-INFdirectory.NormalizationProvider.SystemPropertiesNormalization Allows configuring the system property normalization of a project.RemoteBuildCache Deprecated. since 1.21, replaced byRemoteBuildCacheServer Deprecated. since 1.21, replaced byServer -
Enum Summary Enum Description MojoMetadataProvider.Context.FileSet.EmptyDirectoryHandling Allows controlling the sensitivity to the presence of empty directories in the source tree.MojoMetadataProvider.Context.FileSet.LineEndingHandling 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 Allows specifying a way of ignoring changes to input files that are irrelevant for the goal execution.