Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model.lazy |
Modifier and Type | Method and Description |
---|---|
protected BuildReference<RunT> |
Run.createReference()
Called by
RunMap to obtain a reference to this run. |
protected BuildReference<R> |
AbstractBuild.createReference() |
protected BuildReference<R> |
RunMap.createReference(R r)
Reuses the same reference as much as we can.
|
Modifier and Type | Method and Description |
---|---|
BuildReference<RunT> |
LazyBuildMixIn.RunMixIn.createReference()
To implement
Run.createReference() . |
protected BuildReference<R> |
AbstractLazyLoadRunMap.createReference(R r)
Allow subtype to capture a reference.
|
Copyright © 2014. All rights reserved.