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 Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier 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 interfaceModelObject
-
getUrl
-
getJob
Support accessing jobs available via view through portlets -
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<DashboardPortlet>
-
all
Returns all the registeredDashboardPortletdescriptors. -
getComparator
-