Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model.lazy |
Modifier and Type | Field and Description |
---|---|
protected RunMap<R> |
AbstractProject.builds
All the builds keyed by their build number.
|
protected RunMap<RunT> |
ViewJob.runs
All
Run s. |
Modifier and Type | Method and Description |
---|---|
RunMap<R> |
AbstractProject._getRuns() |
Modifier and Type | Method and Description |
---|---|
RunMap<RunT> |
LazyBuildMixIn._getRuns()
Same as
LazyBuildMixIn.getRunMap() but suitable for Job._getRuns() . |
RunMap<RunT> |
LazyBuildMixIn.getRunMap()
Gets the raw model.
|
Copyright © 2015. All rights reserved.