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