Uses of Interface
org.sonar.api.batch.Decorator

Packages that use Decorator
org.sonar.api.batch   
org.sonar.api.batch.events   
org.sonar.batch   
org.sonar.plugins.core.security   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.cpd.decorators   
org.sonar.plugins.design.batch   
org.sonar.plugins.squid.decorators   
 

Uses of Decorator in org.sonar.api.batch
 

Classes in org.sonar.api.batch that implement Decorator
 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 AbstractSumChildrenDecorator
          Sum measures of child resources.
 

Uses of Decorator in org.sonar.api.batch.events
 

Methods in org.sonar.api.batch.events that return Decorator
 Decorator DecoratorExecutionHandler.DecoratorExecutionEvent.getDecorator()
           
 

Methods in org.sonar.api.batch.events that return types with arguments of type Decorator
 List<Decorator> DecoratorsPhaseHandler.DecoratorsPhaseEvent.getDecorators()
           
 

Uses of Decorator in org.sonar.batch
 

Classes in org.sonar.batch that implement Decorator
 class FormulaDecorator
          A pre-implementation of a decorator using a simple calculation formula
 

Methods in org.sonar.batch that return types with arguments of type Decorator
 Collection<Decorator> FormulaDecorator.dependsUponDecorators()
           
 Collection<Decorator> DecoratorsSelector.select(Project project)
           
 

Constructor parameters in org.sonar.batch with type arguments of type Decorator
FormulaDecorator(Metric metric, Set<Decorator> executeAfterDecorators)
          Creates a FormulaDecorator
 

Uses of Decorator in org.sonar.plugins.core.security
 

Classes in org.sonar.plugins.core.security that implement Decorator
 class ApplyProjectRolesDecorator
           
 

Uses of Decorator in org.sonar.plugins.core.sensors
 

Classes in org.sonar.plugins.core.sensors that implement Decorator
 class AbstractCoverageDecorator
           
 class BranchCoverageDecorator
           
 class CheckAlertThresholds
           
 class CommentDensityDecorator
           
 class CoverageDecorator
           
 class DirectoriesDecorator
           
 class FilesDecorator
           
 class GenerateAlertEvents
           
 class ItBranchCoverageDecorator
           
 class ItCoverageDecorator
           
 class ItLineCoverageDecorator
           
 class LineCoverageDecorator
           
 class ManualMeasureDecorator
           
 class ManualViolationInjector
           
 class ReviewsMeasuresDecorator
          Decorator that creates measures related to reviews.
 class ReviewWorkflowDecorator
           
 class UnitTestDecorator
           
 class ViolationsDecorator
           
 class ViolationsDensityDecorator
           
 class ViolationSeverityUpdater
          Severity of violations can be explicitely changed by end-users.
 class WeightedViolationsDecorator
           
 

Uses of Decorator in org.sonar.plugins.core.timemachine
 

Classes in org.sonar.plugins.core.timemachine that implement Decorator
 class AbstractNewCoverageFileAnalyzer
           
 class NewCoverageAggregator
           
 class NewCoverageFileAnalyzer
           
 class NewItCoverageFileAnalyzer
           
 class NewViolationsDecorator
           
 class TendencyDecorator
           
 class TimeMachineConfigurationPersister
           
 class VariationDecorator
           
 class ViolationPersisterDecorator
           
 class ViolationTrackingDecorator
           
 

Uses of Decorator in org.sonar.plugins.cpd.decorators
 

Classes in org.sonar.plugins.cpd.decorators that implement Decorator
 class DuplicationDensityDecorator
           
 class SumDuplicationsDecorator
           
 

Uses of Decorator in org.sonar.plugins.design.batch
 

Classes in org.sonar.plugins.design.batch that implement Decorator
 class FileTangleIndexDecorator
           
 class PackageTangleIndexDecorator
           
 class ProjectDsmDecorator
          For performance reasons, this decorator is currently limited to matrix between modules.
 class SuspectLcom4DensityDecorator
           
 class TangleIndexDecorator
           
 

Uses of Decorator in org.sonar.plugins.squid.decorators
 

Classes in org.sonar.plugins.squid.decorators that implement Decorator
 class ChidamberKemererDistributionBuilder
           
 class ClassesDecorator
           
 class FileComplexityDistributionDecorator
           
 class FunctionComplexityDistributionBuilder
           
 class FunctionsDecorator
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.