Class FolderIdStore
java.lang.Object
org.jenkinsci.plugins.uniqueid.impl.LegacyIdStore<com.cloudbees.hudson.plugins.folder.Folder>
org.jenkinsci.plugins.uniqueid.impl.FolderIdStore
- All Implemented Interfaces:
ExtensionPoint
@Extension(optional=true)
@Deprecated
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class FolderIdStore
extends LegacyIdStore<com.cloudbees.hudson.plugins.folder.Folder>
Deprecated.
Stores ids for folders as a
FolderIdStore.FolderIdProperty
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.A unique ID for folders.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.uniqueid.impl.LegacyIdStore
forClass, getId, removeId, supports
-
Constructor Details
-
FolderIdStore
public FolderIdStore()Deprecated.
-
-
Method Details
-
remove
Deprecated.Description copied from class:LegacyIdStore
Remove the unique id associated with the given object.- Specified by:
remove
in classLegacyIdStore<com.cloudbees.hudson.plugins.folder.Folder>
- Throws:
IOException
-
get
Deprecated.Description copied from class:LegacyIdStore
Get the id for this given object.- Specified by:
get
in classLegacyIdStore<com.cloudbees.hudson.plugins.folder.Folder>
- Returns:
- the id or null if none assigned.
-
PersistenceRootIdStore