public static interface BuildReference.HolderFactory extends ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Method and Description |
---|---|
<R> BuildReference.Holder<R> |
make(R referent)
Constructs a single build reference.
|
@CheckForNull <R> BuildReference.Holder<R> make(@NonNull R referent)
R
- the type of thing (generally Run
)referent
- the thing to loadCopyright © 2004–2021. All rights reserved.