Package hudson.plugins.view.dashboard
Class Dashboard
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.View
hudson.model.ListView
hudson.plugins.view.dashboard.Dashboard
- All Implemented Interfaces:
ExtensionPoint
,Describable<View>
,DescriptorByNameOwner
,DirectlyModifiableView
,ModelObject
,Saveable
,SearchableModelObject
,SearchItem
,AccessControlled
,ModelObjectWithChildren
,HasWidgets
View that can be customized with portlets to show the selected jobs information in various ways.
- Author:
- Peter Hayes
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.ListView
ListView.Listener
Nested classes/interfaces inherited from class hudson.model.View
View.AsynchPeople, View.People, View.PropertyList, View.UserInfo
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getJobs()
getPortletUrl
(DashboardPortlet portlet) boolean
HasItem
(TopLevelItem item) Deprecated.boolean
boolean
boolean
void
void
setBottomPortlets
(List<DashboardPortlet> bottomPortlets) void
setHideJenkinsPanels
(boolean hideJenkinsPanels) void
setIncludeStdJobList
(boolean includeStdJobList) void
setLeftPortlets
(List<DashboardPortlet> leftPortlets) void
setLeftPortletWidth
(String leftPortletWidth) void
setRightPortlets
(List<DashboardPortlet> rightPortlets) void
setRightPortletWidth
(String rightPortletWidth) void
setTopPortlets
(List<DashboardPortlet> topPortlets) void
setUseCssStyle
(boolean useCssStyle) protected void
submit
(org.kohsuke.stapler.StaplerRequest req) Methods inherited from class hudson.model.ListView
add, contains, doAddJobToView, doCreateItem, doRemoveJobFromView, getColumns, getDefaultColumns, getIncludeRegex, getItems, getJobFilters, getJobNames, getStatusFilter, hasJobFilterExtensions, initColumns, initJobFilters, isAddToCurrentView, isRecurse, jobNamesContains, makeSearchIndex, readResolve, remove, setColumns, setIncludeRegex, setJobFilters, setJobNames, setRecurse, setStatusFilter
Methods inherited from class hudson.model.View
all, allInstantiable, create, createViewFromXML, doCheckJobName, doChildrenContextMenu, doConfigDotXml, doConfigSubmit, doDoDelete, doItemCategories, 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, getVisiblePropertyDescriptors, hasPeople, isAutomaticRefreshEnabled, isDefault, isEditable, isFilterExecutors, isFilterQueue, makeSearchIndex, onJobRenamed, registerPermissions, save, setDescription, setFilterExecutors, setFilterQueue, toString, updateByXml, updateTransientActions, writeXml
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, wait, wait, wait
Methods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, hasAnyPermission, hasPermission, hasPermission, hasPermission2
Methods inherited from interface hudson.model.DescriptorByNameOwner
getDescriptorByName
Methods inherited from interface jenkins.widgets.HasWidgets
getWidget, getWidgets
-
Constructor Details
-
Dashboard
-
-
Method Details
-
isUseCssStyle
public boolean isUseCssStyle() -
isIncludeStdJobList
public boolean isIncludeStdJobList() -
setIncludeStdJobList
@DataBoundSetter public void setIncludeStdJobList(boolean includeStdJobList) - Since:
- 2.13
-
isHideJenkinsPanels
public boolean isHideJenkinsPanels() -
getLeftPortlets
-
getRightPortlets
-
getTopPortlets
-
getBottomPortlets
-
getLeftPortletWidth
-
getRightPortletWidth
-
setUseCssStyle
@DataBoundSetter public void setUseCssStyle(boolean useCssStyle) -
setHideJenkinsPanels
@DataBoundSetter public void setHideJenkinsPanels(boolean hideJenkinsPanels) -
setLeftPortletWidth
-
setRightPortletWidth
-
setLeftPortlets
-
setRightPortlets
-
setTopPortlets
-
setBottomPortlets
-
getPortletUrl
-
getDashboardPortletDescriptors
@Deprecated public DescriptorExtensionList<DashboardPortlet,Descriptor<DashboardPortlet>> getDashboardPortletDescriptors()Deprecated. -
getSortedDashboardPortletDescriptors
-
HasItem
@Deprecated @Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) public boolean HasItem(TopLevelItem item) Deprecated. -
getJobs
-
submit
protected void submit(org.kohsuke.stapler.StaplerRequest req) throws IOException, javax.servlet.ServletException, Descriptor.FormException - Overrides:
submit
in classListView
- Throws:
IOException
javax.servlet.ServletException
Descriptor.FormException
-
rename
- Overrides:
rename
in classView
- Throws:
Descriptor.FormException
-