@Extension public class PersistenceRootIdStore extends IdStore<hudson.model.PersistenceRoot>
PersistenceRootIdStore allows the storing of a Unique ID for any PersistenceRoot item. This replaces the
need for FolderIdStore, JobIdStore and RunIdStore| Constructor and Description |
|---|
PersistenceRootIdStore() |
| Modifier and Type | Method and Description |
|---|---|
static void |
create(hudson.model.PersistenceRoot object,
String uniqueId) |
String |
get(hudson.model.PersistenceRoot object)
Get the id for this given object.
|
void |
make(hudson.model.PersistenceRoot object)
Creates an unique id for the given object.
|
public void make(hudson.model.PersistenceRoot object)
IdStorepublic String get(hudson.model.PersistenceRoot object)
IdStore@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static void create(hudson.model.PersistenceRoot object,
String uniqueId)
throws IOException
IOExceptionCopyright © 2016. All rights reserved.