Uses of Class
hudson.plugins.view.dashboard.DashboardPortlet

Packages that use DashboardPortlet
hudson.plugins.view.dashboard   
hudson.plugins.view.dashboard.core   
hudson.plugins.view.dashboard.test   
 

Uses of DashboardPortlet in hudson.plugins.view.dashboard
 

Methods in hudson.plugins.view.dashboard that return DashboardPortlet
 DashboardPortlet Dashboard.getPortlet(java.lang.String name)
           
 

Methods in hudson.plugins.view.dashboard that return types with arguments of type DashboardPortlet
static hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> DashboardPortlet.all()
          Returns all the registered ParameterDefinition descriptors.
static hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> DashboardPortlet.all()
          Returns all the registered ParameterDefinition descriptors.
 java.util.List<hudson.model.Descriptor<DashboardPortlet>> Dashboard.getDashboardPortletDescriptors()
           
 hudson.model.Descriptor<DashboardPortlet> DashboardPortlet.getDescriptor()
          
 java.util.List<DashboardPortlet> Dashboard.getLeftPortlets()
           
 java.util.List<DashboardPortlet> Dashboard.getRightPortlets()
           
 

Uses of DashboardPortlet in hudson.plugins.view.dashboard.core
 

Subclasses of DashboardPortlet in hudson.plugins.view.dashboard.core
 class JobsPortlet
          Portlet displays a grid of job names with status and links to jobs.
 class UnstableJobsPortlet
          Portlet display a list of unstable (or worse) jobs in a simple tabular format.
 

Uses of DashboardPortlet in hudson.plugins.view.dashboard.test
 

Subclasses of DashboardPortlet in hudson.plugins.view.dashboard.test
 class TestStatisticsChart
           
 class TestStatisticsPortlet
          Portlet that presents a grid of test result data with summation
 class TestTrendChart
           
 



Copyright © 2009. All Rights Reserved.