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