Package org.sonar.api.batch

Interface Summary
CheckProject  
CpdMapping  
Decorator  
DecoratorBarriers Barriers are used to define the order of execution of Decorators.
DecoratorContext  
GeneratesViolations Deprecated. since 2.3.
PostJob PostJobs are executed when project is analysed.
Purge Extension point to purge data.
PurgeContext  
ResourceCreationLock This lock is used to ensure that Sonar resources (files, packages, directories) are not created by buggy plugins when saving measures/violations on unknown resources.
ResourceFilter Filter resources to save.
Sensor A Sensor is invoked once during the analysis of a project.
SensorContext  
SquidSearch The extension point to access the Squid data tree
TimeMachine The TimeMachine extension point
 

Class Summary
AbstractCoverageExtension This class implements the management of the code coverage engine if there are several.
AbstractCpdMapping A pre-implementation of the CpdMapping extension point
AbstractDirectoriesDecorator Deprecated. since 2.2, the number of directories is automatically calculated by sonar core (see metric formula)
AbstractDivisionDecorator A pre-implementation to decorate metrics that are the result of a division
AbstractFileComplexityDecorator Deprecated. a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFilesDecorator Deprecated. since 2.2, the number of files is automatically calculated by sonar core (see metric formula)
AbstractFunctionComplexityDecorator Deprecated. a formula has been implemented on the metric, so no need to have decorator anymore
AbstractFunctionComplexityDistributionDecorator Deprecated. a formula has been implemented on the metric, so no need to have decorator anymore
AbstractPurge Deprecated. database components have been moved to sonar-database.
AbstractSourceImporter A pre-implementation for a sensor that imports sources
AbstractSumChildrenDecorator Sum measures of child resources.
AbstractViolationsStaxParser Deprecated. since 2.3.
BatchExtensionDictionnary  
BuildBreaker  
DefaultFormulaContext  
DefaultFormulaData  
Event  
FileFilter  
FormulaDecorator A pre-implementation of a decorator using a simple calculation formula
ProjectClasspath  
SonarIndex  
SquidUtils  
TimeMachineQuery A class to query TimeMachine on a given resource

 

Enum Summary
Phase.Name  
 

Annotation Types Summary
DependedUpon  
DependsUpon  
Phase  
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.