Class RunIdStore
java.lang.Object
org.jenkinsci.plugins.uniqueid.impl.LegacyIdStore<Run>
org.jenkinsci.plugins.uniqueid.impl.RunIdStore
- All Implemented Interfaces:
ExtensionPoint
@Extension
@Deprecated
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class RunIdStore
extends LegacyIdStore<Run>
Deprecated.
Controls id's for runs.
-
Nested Class Summary
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
-
RunIdStore
public RunIdStore()Deprecated.
-
-
Method Details
-
remove
Deprecated.Description copied from class:LegacyIdStore
Remove the unique id associated with the given object.- Specified by:
remove
in classLegacyIdStore<Run>
- Throws:
IOException
-
get
Deprecated.Description copied from class:LegacyIdStore
Get the id for this given object.- Specified by:
get
in classLegacyIdStore<Run>
- Returns:
- the id or null if none assigned.
-