Extension Points defined in Job Cacher Plugin

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

Cache

jenkinsdoc:jobcacher:jenkins.plugins.jobcacher.Cache]

This class provides the Cache extension point that when implemented provides the caching logic for saving files from the executor to the cache storage system and sending them back to the executor.

Implementations:

ItemStorage

jenkinsdoc:jobcacher:jenkins.plugins.itemstorage.ItemStorage]

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.

Implementations: