org.sonar.plugins.core.dashboards
Class ReviewsDashboard

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

public final class ReviewsDashboard
extends DashboardTemplate

Reviews dashboard for Sonar

Since:
2.14

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

Constructor Detail

ReviewsDashboard

public ReviewsDashboard()
Method Detail

getName

public String getName()
Description copied from class: DashboardTemplate
Dashboard name

Specified by:
getName in class DashboardTemplate

createDashboard

public Dashboard createDashboard()
Description copied from class: DashboardTemplate
Returns the Dashboard object that represents the dashboard to use.

Specified by:
createDashboard in class DashboardTemplate
Returns:
the dashboard


Copyright © 2009-2012 SonarSource. All Rights Reserved.