Uses of Class
jenkins.plugins.itemstorage.ItemStorage
Packages that use ItemStorage
Package
Description
-
Uses of ItemStorage in jenkins.plugins.itemstorage
Methods in jenkins.plugins.itemstorage that return ItemStorageMethods in jenkins.plugins.itemstorage with parameters of type ItemStorage -
Uses of ItemStorage in jenkins.plugins.itemstorage.local
Subclasses of ItemStorage in jenkins.plugins.itemstorage.localModifier 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
Subclasses of ItemStorage in jenkins.plugins.itemstorage.s3Modifier 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
Methods in jenkins.plugins.jobcacher that return ItemStorageMethods in jenkins.plugins.jobcacher with parameters of type ItemStorageModifier 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, String defaultBranch) Internal method only