| Interface | Description |
|---|---|
| AnalysisMode |
Use this component to find the current running mode.
|
| CheckProject | |
| CoverageExtension | Deprecated
since 5.2 not used anymore
|
| CpdMapping |
Implement this extension to get Copy/Paste detection for your language.
|
| Decorator | Deprecated
since 5.2 there's no more decorator on batch side.
|
| DecoratorBarriers |
Barriers are used to define the order of execution of Decorators.
|
| DecoratorContext | |
| PostJob |
PostJobs are executed at the very end of batch analysis.
|
| ResourceFilter | Deprecated
since 4.2.
|
| Sensor |
A Sensor is invoked once during the analysis of a project.
|
| SensorContext |
| Class | Description |
|---|---|
| AbstractCpdMapping |
A pre-implementation of the CpdMapping extension point
|
| AbstractSourceImporter | Deprecated
since 4.2 Component indexing and source import are done by core and this extension is not used.
|
| AbstractSumChildrenDecorator | Deprecated
since 5.2 there's no more decorator on batch side
|
| BuildBreaker | |
| DefaultFormulaContext | |
| DefaultFormulaData | |
| Initializer |
Initializer can execute external tool (like a Maven plugin), change project configuration.
|
| ProjectClasspath | Deprecated
since 4.5 this is some Java specific stuff that should by handled by SQ Java plugin
|
| SonarIndex | Deprecated
since 4.5.2 should not be used by plugins.
|
| SquidUtils | Deprecated
since 4.2
|
| Enum | Description |
|---|---|
| Phase.Name |
| Annotation Type | Description |
|---|---|
| BatchSide |
Marker annotation for all the components available in container of batch (code analyzer).
|
| DependedUpon | |
| DependsUpon | |
| InstantiationStrategy |
Define instantiation strategy of batch IoC components.
|
| Phase | |
| SupportedEnvironment |
This annotation allows to specify in which environments
BatchSide components would be active. |
Copyright © 2009–2015 SonarSource. All rights reserved.