Uses of Class
org.sonar.api.batch.DependsUpon

Packages that use DependsUpon
org.sonar.api.batch   
org.sonar.batch   
org.sonar.plugins.core.sensors   
org.sonar.plugins.core.timemachine   
org.sonar.plugins.cpd.decorators   
org.sonar.plugins.design.batch   
org.sonar.plugins.squid   
org.sonar.plugins.squid.decorators   
org.sonar.plugins.surefire   
 

Uses of DependsUpon in org.sonar.api.batch
 

Classes in org.sonar.api.batch with annotations of type DependsUpon
 interface GeneratesViolations
          Deprecated. since 2.3. Use @DependsUpon(DecoratorBarriers.START_VIOLATIONS_GENERATION) and @DependedUpon(DecoratorBarriers.END_OF_VIOLATIONS_GENERATION)
 

Methods in org.sonar.api.batch with annotations of type DependsUpon
 List<Metric> AbstractFunctionComplexityDecorator.dependsUponFileAndComplexityMetrics()
          Deprecated. Used to define upstream dependencies
 List<Metric> AbstractFileComplexityDecorator.dependsUponFileAndComplexityMetrics()
          Deprecated. Used to define upstream dependencies
 List<Metric> AbstractDivisionDecorator.dependsUponMetrics()
          Used to define upstream dependencies
 

Uses of DependsUpon in org.sonar.batch
 

Methods in org.sonar.batch with annotations of type DependsUpon
 Collection<Decorator> FormulaDecorator.dependsUponDecorators()
           
 List<Metric> FormulaDecorator.dependsUponMetrics()
           
 

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

Classes in org.sonar.plugins.core.sensors with annotations of type DependsUpon
 class CloseReviewsDecorator
          Decorator that currently only closes a review when its corresponding violation has been fixed.
 class ViolationsDecorator
           
 

Methods in org.sonar.plugins.core.sensors with annotations of type DependsUpon
 Metric GenerateAlertEvents.dependsUponAlertStatus()
           
 List<Metric> LineCoverageDecorator.dependsUponMetrics()
           
 List<Metric> BranchCoverageDecorator.dependsUponMetrics()
           
 List<Metric> ItLineCoverageDecorator.dependsUponMetrics()
           
 List<Metric> ItBranchCoverageDecorator.dependsUponMetrics()
           
 List<Metric> CommentDensityDecorator.dependsUponMetrics()
           
 List<Metric> CheckAlertThresholds.dependsUponMetrics()
           
 Metric WeightedViolationsDecorator.dependsUponViolations()
           
 List<Metric> ViolationsDensityDecorator.dependsUponWeightedViolationsAndNcloc()
           
 Collection<Metric> ItCoverageDecorator.usedMetrics()
           
 Collection<Metric> CoverageDecorator.usedMetrics()
           
 

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

Classes in org.sonar.plugins.core.timemachine with annotations of type DependsUpon
 class NewViolationsDecorator
           
 class ViolationTrackingDecorator
           
 

Methods in org.sonar.plugins.core.timemachine with annotations of type DependsUpon
 List<Metric> AbstractNewCoverageFileAnalyzer.dependsOnMetrics()
           
 Class ViolationPersisterDecorator.dependsOnTracker()
           
 List<Metric> TendencyDecorator.dependsUponMetrics()
           
 Collection<Metric> VariationDecorator.dependsUponMetrics()
           
 

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

Methods in org.sonar.plugins.cpd.decorators with annotations of type DependsUpon
 List<Metric> DuplicationDensityDecorator.dependsUponMetrics()
           
 

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

Methods in org.sonar.plugins.design.batch with annotations of type DependsUpon
 List<Metric> TangleIndexDecorator.dependsUponMetrics()
           
 

Uses of DependsUpon in org.sonar.plugins.squid
 

Classes in org.sonar.plugins.squid with annotations of type DependsUpon
 class SquidSensor
           
 

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

Methods in org.sonar.plugins.squid.decorators with annotations of type DependsUpon
 Metric ClassComplexityDistributionBuilder.dependOnComplexity()
           
 Metric FunctionComplexityDistributionBuilder.dependOnComplexity()
           
 Metric ChidamberKemererDistributionBuilder.dependsInLcom4()
           
 Metric ChidamberKemererDistributionBuilder.dependsInRfc()
           
 

Uses of DependsUpon in org.sonar.plugins.surefire
 

Methods in org.sonar.plugins.surefire with annotations of type DependsUpon
 Class SurefireSensor.dependsUponCoverageSensors()
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.