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

Packages that use DashboardPortlet
hudson.plugins.view.dashboard   
hudson.plugins.view.dashboard.builds   
hudson.plugins.view.dashboard.core   
hudson.plugins.view.dashboard.stats   
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<DashboardPortlet> Dashboard.getBottomPortlets()
           
 hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> Dashboard.getDashboardPortletDescriptors()
           
 hudson.DescriptorExtensionList<DashboardPortlet,hudson.model.Descriptor<DashboardPortlet>> Dashboard.getDashboardPortletDescriptors()
           
 hudson.model.Descriptor<DashboardPortlet> DashboardPortlet.getDescriptor()
          
 java.util.List<DashboardPortlet> Dashboard.getLeftPortlets()
           
 java.util.List<DashboardPortlet> Dashboard.getRightPortlets()
           
 java.util.List<DashboardPortlet> Dashboard.getTopPortlets()
           
 

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

Subclasses of DashboardPortlet in hudson.plugins.view.dashboard.builds
 class LatestBuilds
           
 

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

Subclasses of DashboardPortlet in hudson.plugins.view.dashboard.core
 class HudsonStdJobsPortlet
          Portlet displays standard hudson job list
 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.stats
 

Subclasses of DashboardPortlet in hudson.plugins.view.dashboard.stats
 class StatBuilds
          Build statistics - number of builds with given build status
 class StatJobs
          Job statistics - number of jobs with given health status
 

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 © 2010. All Rights Reserved.