Package jenkins.model.lazy
Interface BuildReference.Holder<R>
-
- Enclosing class:
- BuildReference<R>
public static interface BuildReference.Holder<R>
An abstraction ofReference
.- Since:
- 1.548
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
get()
Gets a build.
-
-
-
Method Detail
-
get
@CheckForNull R get()
Gets a build.- Returns:
- the build reference, or null if collected
-
-