org.sonar.plugins.mantis
Class MantisPlugin

java.lang.Object
  extended by org.sonar.plugins.mantis.MantisPlugin
All Implemented Interfaces:
org.sonar.api.Plugin

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

Since:
0.1
Author:
Jeremie Lagarde

Field Summary
static String FILTER_PROPERTY
           
static String PASSWORD_PROPERTY
           
static String PROJECTNAME_PROPERTY
           
static String SERVER_URL_PROPERTY
           
static String USERNAME_PROPERTY
           
 
Constructor Summary
MantisPlugin()
           
 
Method Summary
 String getDescription()
           
 List<Class<? extends org.sonar.api.Extension>> getExtensions()
           
 String getKey()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_URL_PROPERTY

public static final String SERVER_URL_PROPERTY
See Also:
Constant Field Values

USERNAME_PROPERTY

public static final String USERNAME_PROPERTY
See Also:
Constant Field Values

PASSWORD_PROPERTY

public static final String PASSWORD_PROPERTY
See Also:
Constant Field Values

FILTER_PROPERTY

public static final String FILTER_PROPERTY
See Also:
Constant Field Values

PROJECTNAME_PROPERTY

public static final String PROJECTNAME_PROPERTY
See Also:
Constant Field Values
Constructor Detail

MantisPlugin

public MantisPlugin()
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<Class<? extends org.sonar.api.Extension>> getExtensions()
Specified by:
getExtensions in interface org.sonar.api.Plugin


Copyright © 2011. All Rights Reserved.