|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.batch.AbstractCoverageExtension
public abstract class AbstractCoverageExtension
This class implements the management of the code coverage engine if there are several. It is a pre-implementation for Sensors and Decorators
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_PLUGIN
The default value for the code coverage plugin |
static java.lang.String |
PARAM_PLUGIN
The plugin key to retrieve the coverage engine to be used |
| Constructor Summary | |
|---|---|
AbstractCoverageExtension(Plugins plugins)
Default constructor |
|
| Method Summary | |
|---|---|
protected boolean |
isSelectedPlugin(Project project)
|
boolean |
shouldExecuteOnProject(Project project)
Whether to implement the extension on the project |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PARAM_PLUGIN
public static final java.lang.String DEFAULT_PLUGIN
| Constructor Detail |
|---|
public AbstractCoverageExtension(Plugins plugins)
plugins - the list of plugins available| Method Detail |
|---|
public boolean shouldExecuteOnProject(Project project)
protected boolean isSelectedPlugin(Project project)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||