Uses of Class
jenkins.plugins.jobcacher.Cache.Saver
Packages that use Cache.Saver
-
Uses of Cache.Saver in jenkins.plugins.jobcacher
Methods in jenkins.plugins.jobcacher that return Cache.SaverModifier and TypeMethodDescriptionArbitraryFileCache.cache
(ObjectPath cachesRoot, ObjectPath fallbackCachesRoot, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment, boolean skipRestore) abstract Cache.Saver
Cache.cache
(ObjectPath cache, ObjectPath defaultCache, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment, boolean skipRestore) Seeds the cache on the executor from the cache storage system.Methods in jenkins.plugins.jobcacher that return types with arguments of type Cache.SaverModifier and TypeMethodDescriptionstatic List<Cache.Saver>
CacheManager.cache
(ItemStorage<?> storage, Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment, List<Cache> caches, String defaultBranch, boolean skipRestore) Internal method only