@Extension(ordinal=1.0) public class RunIdStore extends IdStore<hudson.model.Run>
PersistenceRootIdStore that will create extra files for
every single build. A build already has a unique identifier (build number / build id) and a parent job can have a
unique ID, so we build one from the parent and our build number to save creating a file.| Constructor and Description |
|---|
RunIdStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(hudson.model.Run run)
Get the id for this given object.
|
void |
make(hudson.model.Run run)
Creates an unique id for the given object.
|
public void make(hudson.model.Run run)
IdStoreCopyright © 2016. All rights reserved.