|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
A plugin is a group of extensions.
A plugin can implement ProjectPredicate in order to be executed on some projects only. This interface is not used on server-side extensions like widgets.
Method Summary | |
---|---|
java.lang.String |
getDescription()
description of the plugin, can contains html or ruby code |
java.util.List<java.lang.Class<? extends Extension>> |
getExtensions()
Classes of the extensions to instantiate. |
java.lang.String |
getKey()
Unique key within sonar providers |
java.lang.String |
getName()
Descriptive name |
Method Detail |
---|
java.lang.String getKey()
java.lang.String getName()
java.lang.String getDescription()
java.util.List<java.lang.Class<? extends Extension>> getExtensions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |