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
-
Method Summary
Modifier and TypeMethodDescriptionall()
Returns all the registeredDashboardPortlet
descriptors.static Comparator
getId()
Support accessing jobs available via view through portletsgetName()
getUrl()
-
Constructor Details
-
DashboardPortlet
-
-
Method Details
-
getId
-
getName
-
getDashboard
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrl
-
getJob
Support accessing jobs available via view through portlets -
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<DashboardPortlet>
-
all
Returns all the registeredDashboardPortlet
descriptors. -
getComparator
-