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

Packages that use Dashboard
org.sonar.api.web   
 

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.setActivated(boolean activated)
          Set whether the dashboard is activated for all anonymous users or users who haven't configured their own dashboards.
 Dashboard Dashboard.setDescription(String description)
          Sets the description of the dashboard.
 Dashboard Dashboard.setGlobal(boolean global)
          A dashboard is global when it doesn't display information from a projet but rather more general information.
 Dashboard Dashboard.setLayout(DashboardLayout dl)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.