Package hudson.plugins.view.dashboard
Class DashboardPortlet
java.lang.Object
hudson.plugins.view.dashboard.DashboardPortlet
- All Implemented Interfaces:
- ExtensionPoint,- Describable<DashboardPortlet>,- ModelObject
- Direct Known Subclasses:
- HudsonStdJobsPortlet,- IframePortlet,- ImagePortlet,- JobsPortlet,- LatestBuilds,- StatBuilds,- StatJobs,- StatSlaves,- TestStatisticsChart,- TestStatisticsPortlet,- TestTrendChart,- UnstableJobsPortlet
public abstract class DashboardPortlet
extends Object
implements ModelObject, Describable<DashboardPortlet>, ExtensionPoint
Report that can summarize project data across multiple projects and display the resulting data.
- Author:
- Peter Hayes
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionall()Returns all the registeredDashboardPortletdescriptors.static ComparatorgetId()Support accessing jobs available via view through portletsgetName()getUrl()
- 
Constructor Details- 
DashboardPortlet
 
- 
- 
Method Details- 
getId
- 
getName
- 
getDashboard
- 
getDisplayName- Specified by:
- getDisplayNamein interface- ModelObject
 
- 
getUrl
- 
getJobSupport accessing jobs available via view through portlets
- 
getDescriptor- Specified by:
- getDescriptorin interface- Describable<DashboardPortlet>
 
- 
allReturns all the registeredDashboardPortletdescriptors.
- 
getComparator
 
-