@Extension public class JobIdStore extends IdStore<hudson.model.Job>
JobIdStore.JobIdProperty| Modifier and Type | Class and Description |
|---|---|
static class |
JobIdStore.JobIdProperty
A unique Id for Jobs.
|
| Constructor and Description |
|---|
JobIdStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(hudson.model.Job thing)
Get the id for this given object.
|
void |
make(hudson.model.Job job)
Creates an unique id for the given object.
|
public void make(hudson.model.Job job)
IdStoreCopyright © 2004-2014. All Rights Reserved.