Uses of Class
hudson.util.RunList
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Other miscellaneous utility code
-
Uses of RunList in hudson.model
Modifier and TypeFieldDescriptionprotected final RunList<?>
BuildTimelineWidget.builds
Deprecated.Modifier and TypeMethodDescriptionComputer.getBuilds()
Job.getBuilds()
Gets the read-only view of all the builds.RunParameterDefinition.getBuilds()
User.getBuilds()
Searches for builds which include changes by this user or which were triggered by this user.View.getBuilds()
Job.getBuildsByTimestamp
(long start, long end) Deprecated.as of 1.372.Job.getNewBuilds()
Gets the read-only view of the recent builds.Modifier and TypeMethodDescriptionstatic void
RSS.rss
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, String title, String url, RunList runList) Sends the RSS feed to the client using a default feed adapter.static void
RSS.rss
(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp, String title, String url, RunList runList, FeedAdapter<Run> feedAdapter) Sends the RSS feed to the client using a specific feed adapter.static void
RSS.rss
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, String title, String url, RunList runList) static void
-
Uses of RunList in hudson.util
Modifier and TypeMethodDescriptionRunList.byTimestamp
(long start, long end) Filter the list by timestamp.RunList.completedOnly()
Filter the list to completed builds.RunList.failureOnly()
Filter the list to non-successful builds only.Deprecated.Returns elements that satisfy the given predicate.Creates a aRunList
combining all the runs of the supplied jobs.RunList.fromRuns
(Collection<? extends R> runs) RunList.limit
(int n) Return only the most recent builds.RunList.newBuilds()
Reduce the size of the list by only leaving relatively new ones.Filter the list to builds on a single node only Warning: this method mutates the original list and then returns it.RunList.overThresholdOnly
(Result threshold) Filter the list to builds above threshold.RunList.regressionOnly()
Filter the list to regression builds only.