org.sonar.plugins.mantis
Class MantisPlugin
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MantisPlugin
public MantisPlugin()
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.