org.sonar.api.web
Class DashboardTemplate

java.lang.Object
  extended by org.sonar.api.web.DashboardTemplate
All Implemented Interfaces:
Extension, ServerComponent, ServerExtension

public abstract class DashboardTemplate
extends Object
implements ServerExtension

This extension point must be implemented to define a new dashboard.

Since:
2.13

Constructor Summary
DashboardTemplate()
           
 
Method Summary
abstract  Dashboard createDashboard()
          Returns the Dashboard object that represents the dashboard to use.
abstract  String getName()
          Dashboard name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardTemplate

public DashboardTemplate()
Method Detail

createDashboard

public abstract Dashboard createDashboard()
Returns the Dashboard object that represents the dashboard to use.

Returns:
the dashboard

getName

public abstract String getName()
Dashboard name



Copyright © 2009–2016 SonarSource. All rights reserved.