Uses of Class
org.sonar.api.web.Dashboard

Packages that use Dashboard
org.sonar.api.web   
org.sonar.plugins.core.dashboards   
org.sonar.server.startup   
 

Uses of Dashboard in org.sonar.api.web
 

Methods in org.sonar.api.web that return Dashboard
static Dashboard Dashboard.create()
          Creates a new Dashboard.
abstract  Dashboard DashboardTemplate.createDashboard()
          Returns the Dashboard object that represents the dashboard to use.
 Dashboard Dashboard.setDescription(String description)
          Sets the description of the dashboard.
 Dashboard Dashboard.setLayout(DashboardLayout dl)
           
 

Uses of Dashboard in org.sonar.plugins.core.dashboards
 

Methods in org.sonar.plugins.core.dashboards that return Dashboard
 Dashboard TimeMachineDashboard.createDashboard()
           
 Dashboard ReviewsDashboard.createDashboard()
           
 Dashboard HotspotsDashboard.createDashboard()
           
 Dashboard DefaultDashboard.createDashboard()
           
 

Uses of Dashboard in org.sonar.server.startup
 

Methods in org.sonar.server.startup with parameters of type Dashboard
protected  DashboardDto RegisterNewDashboards.createDtoFromExtension(String name, Dashboard dashboard)
           
protected  DashboardDto RegisterNewDashboards.register(String name, Dashboard dashboard)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.