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

Packages that use DependsUpon
org.sonar.api.batch   
 

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
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.