| Package | Description | 
|---|---|
| org.sonar.api.web | 
| Modifier and Type | Method and Description | 
|---|---|
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–2015 SonarSource. All rights reserved.