| Package | Description |
|---|---|
| org.sonar.api.web | |
| org.sonar.plugins.core.dashboards | |
| org.sonar.server.startup |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
TimeMachineDashboard.createDashboard() |
Dashboard |
DefaultDashboard.createDashboard() |
Dashboard |
ReviewsDashboard.createDashboard() |
Dashboard |
HotspotsDashboard.createDashboard() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MyFavouritesDashboard.doCompleteDashboard(Dashboard dashboard) |
| Modifier and Type | Method and Description |
|---|---|
protected DashboardDto |
RegisterNewDashboards.createDtoFromExtension(String name,
Dashboard dashboard) |
protected DashboardDto |
RegisterNewDashboards.register(String name,
Dashboard dashboard) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.