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