@Extension(ordinal=1.0) public class RunIdStore extends IdStore<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.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
RunIdStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(Run run)
Get the id for this given object.
|
void |
make(Run run)
Creates an unique id for the given object.
|
Copyright © 2016–2022. All rights reserved.