Uses of Class
org.apache.maven.buildcache.CacheContext
Packages that use CacheContext
-
Uses of CacheContext in org.apache.maven.buildcache
Methods in org.apache.maven.buildcache that return CacheContextMethods in org.apache.maven.buildcache with parameters of type CacheContextModifier and TypeMethodDescriptionvoidLocalCacheRepository.beforeSave(CacheContext environment) voidLocalCacheRepositoryImpl.beforeSave(CacheContext environment) voidLocalCacheRepository.clearCache(CacheContext context) voidLocalCacheRepositoryImpl.clearCache(CacheContext context) static CacheResultCacheResult.empty(CacheContext context) static CacheResultCacheResult.failure(CacheContext context) static CacheResultCacheResult.failure(Build build, CacheContext context) CacheRepository.findBuild(CacheContext context) LocalCacheRepositoryImpl.findBuild(CacheContext context) RemoteCacheRepositoryImpl.findBuild(CacheContext context) RemoteCacheRepositoryNoOp.findBuild(CacheContext context) LocalCacheRepository.findLocalBuild(CacheContext context) LocalCacheRepositoryImpl.findLocalBuild(CacheContext context) booleanRemoteCacheRepository.getArtifactContent(CacheContext context, Artifact artifact, Path target) Download an artifact to the given location.booleanRemoteCacheRepositoryImpl.getArtifactContent(CacheContext context, Artifact artifact, Path target) booleanRemoteCacheRepositoryNoOp.getArtifactContent(CacheContext context, Artifact artifact, Path target) LocalCacheRepository.getArtifactFile(CacheContext context, CacheSource source, Artifact artifact) LocalCacheRepositoryImpl.getArtifactFile(CacheContext context, CacheSource source, Artifact artifact) RemoteCacheRepository.getResourceUrl(CacheContext context, String filename) RemoteCacheRepositoryImpl.getResourceUrl(CacheContext context, String filename) RemoteCacheRepositoryNoOp.getResourceUrl(CacheContext context, String filename) static CacheResultCacheResult.partialSuccess(Build build, CacheContext context) static CacheResultCacheResult.success(Build build, CacheContext context)