Uses of Class
org.sonar.api.profiles.Alert

Packages that use Alert
org.sonar.api.profiles   
org.sonar.plugins.core.sensors   
 

Uses of Alert in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return types with arguments of type Alert
 List<Alert> RulesProfile.getAlerts()
           
 

Method parameters in org.sonar.api.profiles with type arguments of type Alert
 void RulesProfile.setAlerts(List<Alert> alerts)
          Sets the list of alerts for the profile
 

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

Methods in org.sonar.plugins.core.sensors with parameters of type Alert
static Metric.Level AlertUtils.getLevel(Alert alert, Measure measure)
          Get the matching alert level for the given measure
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.