org.sonar.plugins.timeline
Class TimelinePlugin

java.lang.Object
  extended by org.sonar.plugins.timeline.TimelinePlugin
All Implemented Interfaces:
org.sonar.api.Plugin

public class TimelinePlugin
extends Object
implements org.sonar.api.Plugin


Constructor Summary
TimelinePlugin()
           
 
Method Summary
 String getDescription()
           
 List getExtensions()
           
 String getKey()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimelinePlugin

public TimelinePlugin()
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface org.sonar.api.Plugin

getName

public String getName()
Specified by:
getName in interface org.sonar.api.Plugin

getDescription

public String getDescription()
Specified by:
getDescription in interface org.sonar.api.Plugin

getExtensions

public List getExtensions()
Specified by:
getExtensions in interface org.sonar.api.Plugin

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 SonarSource. All Rights Reserved.