com.tikal.jenkins.plugins.multijob.views
Class MultiJobView

java.lang.Object
  extended by hudson.model.AbstractModelObject
      extended by hudson.model.View
          extended by hudson.model.ListView
              extended by com.tikal.jenkins.plugins.multijob.views.MultiJobView
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.View>, hudson.model.ModelObject, hudson.model.Saveable, hudson.search.SearchableModelObject, hudson.search.SearchItem, hudson.security.AccessControlled

public class MultiJobView
extends hudson.model.ListView


Nested Class Summary
static class MultiJobView.DescriptorImpl
           
 
Nested classes/interfaces inherited from class hudson.model.View
hudson.model.View.People, hudson.model.View.PropertyList, 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, NEW_PRONOUN, owner, PERMISSIONS, READ, SORTER, transientActions
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
MultiJobView(String name)
           
MultiJobView(String name, hudson.model.ViewGroup owner)
           
 
Method Summary
 hudson.Indenter<hudson.model.Job> createIndenter()
           
 hudson.util.DescribableList<hudson.views.ListViewColumn,hudson.model.Descriptor<hudson.views.ListViewColumn>> getColumns()
           
 List<hudson.model.TopLevelItem> getItems()
           
 List<hudson.model.TopLevelItem> getRootItem(MultiJobProject multiJobProject)
           
protected  void initColumns()
           
protected  void submit(org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class hudson.model.ListView
add, contains, doCreateItem, getDefaultColumns, getIncludeRegex, getJobFilters, getStatusFilter, hasJobFilterExtensions, initJobFilters, onJobRenamed
 
Methods inherited from class hudson.model.View
all, allInstantiable, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getAllProperties, getApi, getApplicablePropertyDescriptors, 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, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, rename, save
 
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
 
Methods inherited from interface hudson.model.Saveable
save
 

Constructor Detail

MultiJobView

@DataBoundConstructor
public MultiJobView(String name)

MultiJobView

public MultiJobView(String name,
                    hudson.model.ViewGroup owner)
Method Detail

getColumns

public hudson.util.DescribableList<hudson.views.ListViewColumn,hudson.model.Descriptor<hudson.views.ListViewColumn>> getColumns()
Overrides:
getColumns in class hudson.model.ListView

getItems

public List<hudson.model.TopLevelItem> getItems()
Overrides:
getItems in class hudson.model.ListView

getRootItem

public List<hudson.model.TopLevelItem> getRootItem(MultiJobProject multiJobProject)

submit

protected void submit(org.kohsuke.stapler.StaplerRequest req)
               throws javax.servlet.ServletException,
                      hudson.model.Descriptor.FormException,
                      IOException
Overrides:
submit in class hudson.model.ListView
Throws:
javax.servlet.ServletException
hudson.model.Descriptor.FormException
IOException

initColumns

protected void initColumns()
Overrides:
initColumns in class hudson.model.ListView

createIndenter

public hudson.Indenter<hudson.model.Job> createIndenter()


Copyright © 2004-2012. All Rights Reserved.