org.sonar.plugins.core.sensors
Class GenerateAlertEvents

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

public class GenerateAlertEvents
extends Object
implements Decorator


Constructor Summary
GenerateAlertEvents(RulesProfile profile, TimeMachine timeMachine)
           
 
Method Summary
 void decorate(Resource resource, DecoratorContext context)
           
 Metric dependsUponAlertStatus()
           
 boolean shouldExecuteOnProject(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateAlertEvents

public GenerateAlertEvents(RulesProfile profile,
                           TimeMachine timeMachine)
Method Detail

shouldExecuteOnProject

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

dependsUponAlertStatus

public Metric dependsUponAlertStatus()

decorate

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


Copyright © 2009-2012 SonarSource. All Rights Reserved.