org.sonar.plugins.core.sensors
Class CheckAlertThresholds

java.lang.Object
  extended by org.sonar.plugins.core.sensors.CheckAlertThresholds
All Implemented Interfaces:
CheckProject, Decorator, BatchComponent, BatchExtension, Extension

public class CheckAlertThresholds
extends Object
implements Decorator


Constructor Summary
CheckAlertThresholds(RulesProfile profile)
           
 
Method Summary
 void decorate(Resource resource, DecoratorContext context)
           
 List<Metric> dependsUponMetrics()
           
 Metric generatesAlertStatus()
           
 boolean shouldExecuteOnProject(Project project)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckAlertThresholds

public CheckAlertThresholds(RulesProfile profile)
Method Detail

generatesAlertStatus

public Metric generatesAlertStatus()

dependsUponMetrics

public List<Metric> dependsUponMetrics()

shouldExecuteOnProject

public boolean shouldExecuteOnProject(Project project)
Specified by:
shouldExecuteOnProject in interface CheckProject

decorate

public void decorate(Resource resource,
                     DecoratorContext context)
Specified by:
decorate in interface Decorator

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.