Uses of Class
jenkins.plugins.itemstorage.ObjectPath
Packages that use ObjectPath
Package
Description
-
Uses of ObjectPath in jenkins.plugins.itemstorage
Classes in jenkins.plugins.itemstorage with type parameters of type ObjectPathModifier and TypeClassDescriptionclassItemStorage<T extends ObjectPath>Extension point for providing a new implementation of item storage that plugins can use to store data associated with an item in whatever storage mechanism the storage implementation provides.classItemStorageDescriptor<T extends ObjectPath>Descriptor for the Item StorageMethods in jenkins.plugins.itemstorage that return ObjectPathModifier and TypeMethodDescriptionabstract ObjectPathGet a relative child path of this ObjectPath -
Uses of ObjectPath in jenkins.plugins.itemstorage.local
Subclasses of ObjectPath in jenkins.plugins.itemstorage.localModifier and TypeClassDescriptionclassThis implements the on-controller storage for object paths.Methods in jenkins.plugins.itemstorage.local that return ObjectPath -
Uses of ObjectPath in jenkins.plugins.jobcacher
Methods in jenkins.plugins.jobcacher that return ObjectPathModifier and TypeMethodDescriptionstatic ObjectPathCacheManager.getCachePath(ItemStorage<?> storage, Job<?, ?> job) static ObjectPathCacheManager.getCachePath(ItemStorage<?> storage, Run<?, ?> run) static ObjectPathCacheManager.getCachePathForBranch(ItemStorage<?> storage, Run<?, ?> run, String branch) Methods in jenkins.plugins.jobcacher with parameters of type ObjectPathModifier and TypeMethodDescriptionArbitraryFileCache.cache(ObjectPath cachesRoot, ObjectPath fallbackCachesRoot, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment, boolean skipRestore) abstract Cache.SaverCache.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.abstract longCache.Saver.calculateSize(ObjectPath cache, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) Calculates the size of the cache on the executor.abstract voidCache.Saver.save(ObjectPath cache, ObjectPath defaultCache, Run<?, ?> build, FilePath workspace, Launcher launcher, TaskListener listener) Saves the files from the executor to the cache storage system. -
Uses of ObjectPath in jenkins.plugins.jobcacher.arbitrary
Methods in jenkins.plugins.jobcacher.arbitrary with parameters of type ObjectPathModifier and TypeMethodDescriptionvoidAbstractCompressingArbitraryFileCacheStrategy.cache(FilePath localSource, String includes, String excludes, boolean useDefaultExcludes, ObjectPath remoteTarget, FilePath workspace) voidArbitraryFileCacheStrategy.cache(FilePath source, String includes, String excludes, boolean useDefaultExcludes, ObjectPath target, FilePath workspace) voidSimpleArbitraryFileCacheStrategy.cache(FilePath source, String includes, String excludes, boolean useDefaultExcludes, ObjectPath target, FilePath workspace) voidAbstractCompressingArbitraryFileCacheStrategy.restore(ObjectPath remoteSource, FilePath localTarget, FilePath workspace) voidArbitraryFileCacheStrategy.restore(ObjectPath source, FilePath target, FilePath workspace) voidSimpleArbitraryFileCacheStrategy.restore(ObjectPath source, FilePath target, FilePath workspace)