Uses of Class
jenkins.plugins.itemstorage.ItemStorage
Package
Description
-
Uses of ItemStorage in jenkins.plugins.itemstorage
-
Uses of ItemStorage in jenkins.plugins.itemstorage.local
Modifier and TypeClassDescriptionclass
Implementation of Item Storage that stores data on the Jenkins controller within the existing job folder or in custom path. -
Uses of ItemStorage in jenkins.plugins.itemstorage.s3
Modifier and TypeClassDescriptionclass
S3 implementation of the Item Storage extension point.class
S3 implementation of the Item Storage extension point. -
Uses of ItemStorage in jenkins.plugins.jobcacher
Modifier 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 ObjectPath
CacheManager.getCachePath
(ItemStorage<?> storage, Job<?, ?> job) static ObjectPath
CacheManager.getCachePath
(ItemStorage<?> storage, Run<?, ?> run) static ObjectPath
CacheManager.getCachePathForBranch
(ItemStorage<?> storage, Run<?, ?> run, String branch) static void
CacheManager.save
(ItemStorage<?> storage, Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener, Long maxCacheSize, List<Cache> caches, List<Cache.Saver> cacheSavers) Internal method only