Class PersistenceRootIdStore

java.lang.Object
org.jenkinsci.plugins.uniqueid.IdStore<PersistenceRoot>
org.jenkinsci.plugins.uniqueid.implv2.PersistenceRootIdStore
All Implemented Interfaces:
ExtensionPoint

@Extension public class PersistenceRootIdStore extends IdStore<PersistenceRoot>
The PersistenceRootIdStore allows the storing of a Unique ID for any PersistenceRoot item. This replaces the need for FolderIdStore, JobIdStore and RunIdStore
  • Constructor Details

    • PersistenceRootIdStore

      public PersistenceRootIdStore()
  • Method Details