Uses of Class
hudson.model.RunMap
-
Packages that use RunMap Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model.lazy -
-
Uses of RunMap in hudson.model
Fields in hudson.model declared as RunMap Modifier and Type Field Description protected RunMap<R>
AbstractProject. builds
All the builds keyed by their build number.protected RunMap<RunT>
ViewJob. runs
AllRun
s.Methods in hudson.model that return RunMap Modifier and Type Method Description RunMap<R>
AbstractProject. _getRuns()
-
Uses of RunMap in jenkins.model.lazy
Methods in jenkins.model.lazy that return RunMap Modifier and Type Method Description RunMap<RunT>
LazyBuildMixIn. _getRuns()
Same asLazyBuildMixIn.getRunMap()
but suitable forJob._getRuns()
.RunMap<RunT>
LazyBuildMixIn. getRunMap()
Gets the raw model.
-