hudson.model
Class RadiatorView

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.View
          extended by hudson.model.ListView
              extended by hudson.model.RadiatorView
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.View>, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem, hudson.security.AccessControlled

public class RadiatorView
extends hudson.model.ListView


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
static RadiatorView.DescriptorImpl DESCRIPTOR
          Descriptor should be singleton.
 
Fields inherited from class hudson.model.ListView
columns
 
Fields inherited from class hudson.model.View
CONFIGURE, CREATE, DELETE, description, LIST, name, owner, PERMISSIONS, SORTER
 
Constructor Summary
RadiatorView(java.lang.String name)
           
 
Method Summary
static hudson.model.Result getResult(hudson.model.Job job)
           
static int getSize(java.util.Collection<hudson.model.Job> jobs)
          Work out the sizes for the ui
static boolean isBuilding(hudson.model.Job job)
           
static java.util.Collection<hudson.model.Job> sortJobs(java.util.Collection<hudson.model.Job> jobs)
           
 
Methods inherited from class hudson.model.ListView
contains, doCreateItem, getActions, getColumns, getDefaultColumns, getIncludeRegex, getItems, initColumns, onJobRenamed, submit
 
Methods inherited from class hudson.model.View
all, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getApi, getBuilds, getDescription, getDescriptor, getDisplayName, getItem, getItemCreatePermission, getJob, getOwner, getPeople, getPostConstructLandingPage, getSearchUrl, getUrl, getViewName, getWidgets, hasPeople, hasPermission, isDefault, 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
 

Field Detail

DESCRIPTOR

public static final RadiatorView.DescriptorImpl DESCRIPTOR
Descriptor should be singleton.

Constructor Detail

RadiatorView

@DataBoundConstructor
public RadiatorView(java.lang.String name)
Method Detail

getSize

public static int getSize(java.util.Collection<hudson.model.Job> jobs)
Work out the sizes for the ui

Parameters:
jobs -
Returns:

sortJobs

public static java.util.Collection<hudson.model.Job> sortJobs(java.util.Collection<hudson.model.Job> jobs)

isBuilding

public static boolean isBuilding(hudson.model.Job job)

getResult

public static hudson.model.Result getResult(hudson.model.Job job)


Copyright © 2009. All Rights Reserved.