Class JobIdStore
java.lang.Object
org.jenkinsci.plugins.uniqueid.impl.LegacyIdStore<Job>
org.jenkinsci.plugins.uniqueid.impl.JobIdStore
- All Implemented Interfaces:
ExtensionPoint
@Extension
@Deprecated
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class JobIdStore
extends LegacyIdStore<Job>
Deprecated.
Stores ids for jobs in
JobIdStore.JobIdProperty-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.uniqueid.impl.LegacyIdStore
forClass, getId, removeId, supports
-
Constructor Details
-
JobIdStore
public JobIdStore()Deprecated.
-
-
Method Details
-
remove
Deprecated.Description copied from class:LegacyIdStoreRemove the unique id associated with the given object.- Specified by:
removein classLegacyIdStore<Job>
-
get
Deprecated.Description copied from class:LegacyIdStoreGet the id for this given object.- Specified by:
getin classLegacyIdStore<Job>- Returns:
- the id or null if none assigned.
-
PersistenceRootIdStore