|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.View
hudson.model.ListView
hudson.model.RadiatorView
public class RadiatorView
A configurable Radiator-Style job view suitable for use in extreme feedback systems - ideal for running on a spare PC in the office. Many thanks to Julien Renaut for the xfpanel plugin that inspired some of the updates to this view.
| Nested Class Summary | |
|---|---|
static class |
RadiatorView.DescriptorImpl
|
| Nested classes/interfaces inherited from class hudson.model.View |
|---|
hudson.model.View.People, hudson.model.View.UserInfo |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.model.View |
|---|
CONFIGURE, CREATE, DELETE, description, filterExecutors, filterQueue, LIST, name, owner, PERMISSIONS, SORTER |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
RadiatorView(java.lang.String name,
java.lang.Boolean showStable,
java.lang.Boolean showStableDetail,
java.lang.Boolean highVis)
|
|
| Method Summary | |
|---|---|
ViewEntryColors |
getColors()
|
java.lang.Boolean |
getHighVis()
|
java.util.List<hudson.model.TopLevelItem> |
getItems()
|
static hudson.model.Result |
getResult(hudson.model.Job job)
|
java.lang.Boolean |
getShowStable()
|
java.lang.Boolean |
getShowStableDetail()
|
java.util.Collection<ViewEntry> |
sortFailing(java.util.Collection<hudson.model.Job> jobs)
|
java.util.Collection<ViewEntry> |
sortPassing(java.util.Collection<hudson.model.Job> jobs)
Filters the jobs for stable jobs and sorts them. |
protected void |
submit(org.kohsuke.stapler.StaplerRequest req)
Gets from the request the configuration parameters |
java.util.Collection<java.util.Collection<ViewEntry>> |
toRows(java.util.Collection<ViewEntry> jobs,
java.lang.Boolean failingJobs)
Converts a list of jobs to a list of list of jobs, suitable for display as rows in a table. |
| Methods inherited from class hudson.model.ListView |
|---|
contains, doCreateItem, getActions, getColumns, getDefaultColumns, getIncludeRegex, initColumns, onJobRenamed, save |
| Methods inherited from class hudson.model.View |
|---|
all, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getApi, getBuilds, getComputers, getDescription, getDescriptor, getDisplayName, getItem, getItemCreatePermission, getJob, getOwner, getPeople, getPostConstructLandingPage, getQueueItems, getSearchUrl, getUrl, getViewName, getViewUrl, getWidgets, hasPeople, hasPermission, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, rename |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public RadiatorView(java.lang.String name,
java.lang.Boolean showStable,
java.lang.Boolean showStableDetail,
java.lang.Boolean highVis)
name - view name.showStable - if stable builds should be shown.showStableDetail - if detail should be shown for stable builds.highVis - high visibility mode.| Method Detail |
|---|
public ViewEntryColors getColors()
public java.util.List<hudson.model.TopLevelItem> getItems()
getItems in class hudson.model.ListViewpublic java.util.Collection<ViewEntry> sortPassing(java.util.Collection<hudson.model.Job> jobs)
jobs - all jobs
protected void submit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
hudson.model.Descriptor.FormException
submit in class hudson.model.ListViewreq - StaplerRequest
javax.servlet.ServletException - if any
hudson.model.Descriptor.FormException - if anypublic java.lang.Boolean getShowStable()
public java.lang.Boolean getShowStableDetail()
public java.lang.Boolean getHighVis()
public java.util.Collection<ViewEntry> sortFailing(java.util.Collection<hudson.model.Job> jobs)
public java.util.Collection<java.util.Collection<ViewEntry>> toRows(java.util.Collection<ViewEntry> jobs,
java.lang.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.
public static hudson.model.Result getResult(hudson.model.Job job)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||