| Interface | Description |
|---|---|
| AnalysisMode |
Use this component to find the current running mode.
|
| CheckProject | Deprecated
since 5.6
|
| CoverageExtension | Deprecated
since 5.2 not used anymore
|
| CpdMapping | Deprecated
since 5.5 use
SensorContext.newCpdTokens() |
| Decorator | Deprecated
since 5.2 there's no more decorator on batch side.
|
| DecoratorBarriers | Deprecated
since 5.6 as
Decorator is deprecated |
| DecoratorContext | Deprecated
since 5.6 as
Decorator is deprecated |
| PostJob | Deprecated
since 5.6 use org.sonar.api.batch.postjob.PostJob
|
| ResourceFilter | Deprecated
since 4.2.
|
| Sensor | Deprecated
since 5.6 use org.sonar.api.batch.sensor.Sensor
|
| SensorContext | Deprecated
since 5.6 use
Sensor |
| Class | Description |
|---|---|
| AbstractCpdMapping | Deprecated
since 5.6 use
SensorContext.newCpdTokens() |
| 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 | Deprecated
since 5.6
|
| DefaultFormulaContext | Deprecated
since 5.2.
|
| DefaultFormulaData | Deprecated
since 5.2.
|
| Initializer |
Initializer are executed at the very beginning of each module analysis, prior the core listing files to be analyzed.
|
| 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 |
Copyright © 2009–2017 SonarSource. All rights reserved.