hudson.plugins.view.dashboard
クラス Dashboard

java.lang.Object
  上位を拡張 hudson.model.AbstractModelObject
      上位を拡張 hudson.model.View
          上位を拡張 hudson.model.ListView
              上位を拡張 hudson.plugins.view.dashboard.Dashboard
すべての実装されたインタフェース:
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 Dashboard
extends hudson.model.ListView

View that can be customized with portlets to show the selected jobs information in various ways.

作成者:
Peter Hayes

入れ子のクラスの概要
static class Dashboard.DescriptorImpl
           
 
クラス hudson.model.View から継承された入れ子のクラス/インタフェース
hudson.model.View.People, hudson.model.View.UserInfo
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
クラス hudson.model.View から継承されたフィールド
CONFIGURE, CREATE, DELETE, description, filterExecutors, filterQueue, LIST, name, owner, PERMISSIONS, SORTER, transientActions
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
Dashboard(java.lang.String name)
           
 
メソッドの概要
 java.util.List<DashboardPortlet> getBottomPortlets()
           
 hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> getDashboardPortletDescriptors()
           
 java.util.List<hudson.model.Job> getJobs()
           
 java.util.List<DashboardPortlet> getLeftPortlets()
           
 java.lang.String getLeftPortletWidth()
           
 DashboardPortlet getPortlet(java.lang.String name)
           
 java.util.List<DashboardPortlet> getRightPortlets()
           
 java.lang.String getRightPortletWidth()
           
 java.util.List<DashboardPortlet> getTopPortlets()
           
 boolean HasItem(hudson.model.TopLevelItem item)
           
 boolean isIncludeStdJobList()
           
 boolean isUseCssStyle()
           
 void rename(java.lang.String newName)
           
protected  void submit(org.kohsuke.stapler.StaplerRequest req)
           
 
クラス hudson.model.ListView から継承されたメソッド
add, contains, doCreateItem, getColumns, getDefaultColumns, getIncludeRegex, getItems, getJobFilters, getStatusFilter, hasJobFilterExtensions, initColumns, initJobFilters, onJobRenamed, save
 
クラス hudson.model.View から継承されたメソッド
all, checkPermission, create, doConfigSubmit, doDoDelete, doRssAll, doRssFailed, doRssLatest, doSubmitDescription, getAbsoluteUrl, getACL, getActions, getApi, getBuilds, getComputers, getDescription, getDescriptor, getDisplayName, getDynamic, getItem, getItemCreatePermission, getJob, getOwner, getPeople, getPostConstructLandingPage, getQueueItems, getSearchUrl, getTimeline, getUrl, getViewName, getViewUrl, getWidgets, hasPeople, hasPermission, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex
 
クラス hudson.model.AbstractModelObject から継承されたメソッド
getSearch, getSearchIndex, getSearchName, requirePOST, sendError, sendError, sendError, sendError, sendError
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Dashboard

@DataBoundConstructor
public Dashboard(java.lang.String name)
メソッドの詳細

isUseCssStyle

public boolean isUseCssStyle()

isIncludeStdJobList

public boolean isIncludeStdJobList()

getLeftPortlets

public java.util.List<DashboardPortlet> getLeftPortlets()

getRightPortlets

public java.util.List<DashboardPortlet> getRightPortlets()

getTopPortlets

public java.util.List<DashboardPortlet> getTopPortlets()

getBottomPortlets

public java.util.List<DashboardPortlet> getBottomPortlets()

getLeftPortletWidth

public java.lang.String getLeftPortletWidth()

getRightPortletWidth

public java.lang.String getRightPortletWidth()

getPortlet

public DashboardPortlet getPortlet(java.lang.String name)

getDashboardPortletDescriptors

public hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> getDashboardPortletDescriptors()

HasItem

public boolean HasItem(hudson.model.TopLevelItem item)

getJobs

public java.util.List<hudson.model.Job> getJobs()

submit

protected void submit(org.kohsuke.stapler.StaplerRequest req)
               throws java.io.IOException,
                      javax.servlet.ServletException,
                      hudson.model.Descriptor.FormException
オーバーライド:
クラス hudson.model.ListView 内の submit
例外:
java.io.IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException

rename

public void rename(java.lang.String newName)
            throws hudson.model.Descriptor.FormException
オーバーライド:
クラス hudson.model.View 内の rename
例外:
hudson.model.Descriptor.FormException


Copyright © 2004-2011. All Rights Reserved.