@Extension @Deprecated @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class RunIdStore extends LegacyIdStore<Run>
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
RunIdStore()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
get(Run thing)
Deprecated.
Get the id for this given object.
|
void |
remove(Run run)
Deprecated.
Remove the unique id associated with the given object.
|
forClass, getId, removeId, supportspublic void remove(Run run) throws IOException
LegacyIdStoreremove in class LegacyIdStore<Run>IOExceptionpublic String get(Run thing)
LegacyIdStoreget in class LegacyIdStore<Run>Copyright © 2016–2022. All rights reserved.