|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Extension in org.sonar.api |
---|
Subinterfaces of Extension in org.sonar.api | |
---|---|
interface |
BatchExtension
Batch extension point. |
interface |
ServerExtension
Server extension point. |
Classes in org.sonar.api that implement Extension | |
---|---|
class |
ExtensionProvider
Factory of extensions. |
Uses of Extension in org.sonar.api.batch |
---|
Subinterfaces of Extension in org.sonar.api.batch | |
---|---|
interface |
CoverageExtension
Marker for extension. |
interface |
CpdMapping
|
interface |
Decorator
|
interface |
PostJob
PostJobs are executed when project is analysed. |
interface |
ResourceFilter
Filter resources to save. |
interface |
Sensor
A Sensor is invoked once during the analysis of a project. |
Classes in org.sonar.api.batch that implement Extension | |
---|---|
class |
AbstractCoverageExtension
Deprecated. since 2.6 was superseded by interface CoverageExtension |
class |
AbstractCpdMapping
A pre-implementation of the CpdMapping extension point |
class |
AbstractDirectoriesDecorator
Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula) |
class |
AbstractDivisionDecorator
A pre-implementation to decorate metrics that are the result of a division |
class |
AbstractFileComplexityDecorator
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
class |
AbstractFilesDecorator
Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula) |
class |
AbstractFunctionComplexityDecorator
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
class |
AbstractFunctionComplexityDistributionDecorator
Deprecated. since 2.1, a formula has been implemented on the metric, so no need to have decorator anymore |
class |
AbstractSourceImporter
A pre-implementation for a sensor that imports sources. |
class |
AbstractSumChildrenDecorator
Sum measures of child resources. |
class |
BuildBreaker
|
class |
FileFilter
|
class |
Initializer
Initializer can execute external tool (like a Maven plugin), change project configuration. |
Uses of Extension in org.sonar.api.batch.bootstrap |
---|
Classes in org.sonar.api.batch.bootstrap that implement Extension | |
---|---|
class |
ProjectBuilder
This extension point allows to change project structure at runtime. |
Uses of Extension in org.sonar.api.batch.events |
---|
Subinterfaces of Extension in org.sonar.api.batch.events | |
---|---|
interface |
DecoratorExecutionHandler
|
interface |
DecoratorsPhaseHandler
|
interface |
EventHandler
Marker interface for event handlers. |
interface |
ProjectAnalysisHandler
|
interface |
SensorExecutionHandler
|
interface |
SensorsPhaseHandler
|
Uses of Extension in org.sonar.api.batch.maven |
---|
Subinterfaces of Extension in org.sonar.api.batch.maven | |
---|---|
interface |
DependsUponMavenPlugin
Can be used only for Initializers , Sensors and
PostJobs . |
interface |
MavenPluginHandler
|
Uses of Extension in org.sonar.api.charts |
---|
Subinterfaces of Extension in org.sonar.api.charts | |
---|---|
interface |
Chart
An Extension to create charts |
Classes in org.sonar.api.charts that implement Extension | |
---|---|
class |
AbstractChart
An extension point to generate JFreeChart charts |
Uses of Extension in org.sonar.api.checks |
---|
Classes in org.sonar.api.checks that implement Extension | |
---|---|
class |
NoSonarFilter
|
Uses of Extension in org.sonar.api.config |
---|
Classes in org.sonar.api.config that implement Extension | |
---|---|
class |
GlobalPropertyChangeHandler
Observe changes of global properties done from web application. |
Uses of Extension in org.sonar.api.measures |
---|
Subinterfaces of Extension in org.sonar.api.measures | |
---|---|
interface |
Metrics
|
Classes in org.sonar.api.measures that implement Extension | |
---|---|
class |
Metric
This class represents the definition of a metric in Sonar. |
Uses of Extension in org.sonar.api.notifications |
---|
Classes in org.sonar.api.notifications that implement Extension | |
---|---|
class |
NotificationChannel
Plugins should extend this class to provide implementation on a specific way to deliver notifications. |
class |
NotificationDispatcher
Plugins should extend this class to provide logic to determine which users are interested in receiving notifications. |
Uses of Extension in org.sonar.api.platform |
---|
Subinterfaces of Extension in org.sonar.api.platform | |
---|---|
interface |
ServerStartHandler
|
interface |
ServerStopHandler
|
Uses of Extension in org.sonar.api.profiles |
---|
Classes in org.sonar.api.profiles that implement Extension | |
---|---|
class |
ProfileDefinition
Define a profile which is automatically registered during sonar startup. |
class |
ProfileExporter
|
class |
ProfileImporter
|
Uses of Extension in org.sonar.api.qualitymodel |
---|
Classes in org.sonar.api.qualitymodel that implement Extension | |
---|---|
class |
ModelDefinition
This extension point must be implemented to define a new quality model. |
Uses of Extension in org.sonar.api.resources |
---|
Subinterfaces of Extension in org.sonar.api.resources | |
---|---|
interface |
Language
The extension point to define a new language |
Classes in org.sonar.api.resources that implement Extension | |
---|---|
class |
AbstractLanguage
Inherit this class to define a new language like PLSQL, PHP or C# |
class |
Java
Java language implementation |
class |
ResourceTypeTree
|
Uses of Extension in org.sonar.api.rules |
---|
Subinterfaces of Extension in org.sonar.api.rules | |
---|---|
interface |
ViolationFilter
Filter violations to save. |
Classes in org.sonar.api.rules that implement Extension | |
---|---|
class |
RuleRepository
|
Uses of Extension in org.sonar.api.security |
---|
Subinterfaces of Extension in org.sonar.api.security | |
---|---|
interface |
LoginPasswordAuthenticator
|
Classes in org.sonar.api.security that implement Extension | |
---|---|
class |
SecurityRealm
|
Uses of Extension in org.sonar.api.web |
---|
Subinterfaces of Extension in org.sonar.api.web | |
---|---|
interface |
Footer
|
interface |
GwtExtension
|
interface |
Page
|
interface |
RubyRailsPage
|
interface |
RubyRailsWebservice
Interface to create a web service by implementing a Ruby On Rails controller. |
interface |
RubyRailsWidget
Widget in project dashboard page. |
interface |
View
|
interface |
Webservice
Interface to create a web service extension point |
interface |
Widget
|
Classes in org.sonar.api.web that implement Extension | |
---|---|
class |
CodeColorizerFormat
Extend the library sonar-colorizer to support new languages. |
class |
DashboardTemplate
This extension point must be implemented to define a new dashboard. |
class |
GwtPage
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |