public class RadiatorView
extends hudson.model.ListView
| Modifier and Type | Class and Description |
|---|---|
static class |
RadiatorView.DescriptorImpl |
| Constructor and Description |
|---|
RadiatorView(String name) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCaptionSize() |
String |
getCaptionText() |
ViewEntryColors |
getColors() |
ProjectViewEntry |
getContents() |
ProjectViewEntry |
getContentsByPrefix() |
String |
getExcludeRegex() |
Boolean |
getGroupByPrefix() |
Boolean |
getHighVis() |
Boolean |
getShowBuildStability() |
Boolean |
getShowStable() |
Boolean |
getShowStableDetail() |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req) |
Collection<Collection<IViewEntry>> |
toRows(Collection<IViewEntry> jobs,
Boolean failingJobs)
Converts a list of jobs to a list of list of jobs, suitable for display
as rows in a table.
|
add, contains, doAddJobToView, doCreateItem, doRemoveJobFromView, getColumns, getDefaultColumns, getIncludeRegex, getItems, getJobFilters, getStatusFilter, hasJobFilterExtensions, initColumns, initJobFilters, isRecurse, jobNamesContains, remove, setIncludeRegex, setRecurseall, allInstantiable, checkPermission, create, createViewFromXML, doChildrenContextMenu, doConfigDotXml, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllItems, getAllProperties, getApi, getApplicablePropertyDescriptors, getApproximateQueueItemsQuickly, getAsynchPeople, getBuilds, getComputers, getDescription, getDescriptor, getDisplayName, getDynamic, getIndenter, getItem, getItemCreatePermission, getJob, getNewPronoun, getOwner, getOwnerItemGroup, getOwnerPrimaryView, getOwnerViewActions, getPeople, getPostConstructLandingPage, getProperties, getQueueItems, getSearchUrl, getTimeline, getUrl, getViewName, getViewUrl, getWidgets, hasPeople, hasPermission, isAutomaticRefreshEnabled, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, onJobRenamed, rename, save, toString, updateByXml, updateTransientActions, writeXml@DataBoundConstructor public RadiatorView(String name)
name - view name.public ViewEntryColors getColors()
public ProjectViewEntry getContents()
public ProjectViewEntry getContentsByPrefix()
public String getExcludeRegex()
protected void submit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
IOException,
hudson.model.Descriptor.FormException
submit in class hudson.model.ListViewjavax.servlet.ServletExceptionIOExceptionhudson.model.Descriptor.FormExceptionpublic Boolean getShowStable()
public Boolean getShowStableDetail()
public Boolean getHighVis()
public Boolean getGroupByPrefix()
public Boolean getShowBuildStability()
public String getCaptionText()
public Integer getCaptionSize()
public Collection<Collection<IViewEntry>> toRows(Collection<IViewEntry> jobs, Boolean failingJobs)
jobs - the jobs to include.failingJobs - if this is a list of failing jobs, in which case fewer jobs
should be used per row.Copyright © 2016–2017. All rights reserved.