Uses of Class
jenkins.plugins.jobcacher.Cache
Packages that use Cache
-
Uses of Cache in jenkins.plugins.jobcacher
Subclasses of Cache in jenkins.plugins.jobcacherModifier and TypeClassDescriptionclass
This class implements a Cache where the user can configure a path on the executor that will be cached.Methods in jenkins.plugins.jobcacher that return types with arguments of type CacheMethod parameters in jenkins.plugins.jobcacher with type arguments of type CacheModifier 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 onlystatic void
CacheManager.save
(ItemStorage<?> storage, Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, Long maxCacheSize, List<Cache> caches, List<Cache.Saver> cacheSavers, String defaultBranch) Internal method onlyvoid
Constructor parameters in jenkins.plugins.jobcacher with type arguments of type CacheModifierConstructorDescriptionCacheBuildLastAction
(List<Cache> caches) CacheProjectAction
(List<Cache> caches) CacheWrapper
(List<Cache> caches) -
Uses of Cache in jenkins.plugins.jobcacher.pipeline
Methods in jenkins.plugins.jobcacher.pipeline that return types with arguments of type CacheConstructor parameters in jenkins.plugins.jobcacher.pipeline with type arguments of type Cache