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

Packages that use SupportedEnvironment
org.sonar.api.batch.maven   
org.sonar.plugins.core.batch   
org.sonar.plugins.core.sensors   
org.sonar.plugins.design.batch   
org.sonar.plugins.findbugs   
org.sonar.plugins.jacoco   
 

Uses of SupportedEnvironment in org.sonar.api.batch.maven
 

Classes in org.sonar.api.batch.maven with annotations of type SupportedEnvironment
 interface DependsUponMavenPlugin
          Can be used only for Initializers, Sensors and PostJobs.
 

Uses of SupportedEnvironment in org.sonar.plugins.core.batch
 

Classes in org.sonar.plugins.core.batch with annotations of type SupportedEnvironment
 class MavenInitializer
           
 

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

Classes in org.sonar.plugins.core.sensors with annotations of type SupportedEnvironment
 class ProjectLinksSensor
           
 

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

Classes in org.sonar.plugins.design.batch with annotations of type SupportedEnvironment
 class MavenDependenciesSensor
           
 

Uses of SupportedEnvironment in org.sonar.plugins.findbugs
 

Classes in org.sonar.plugins.findbugs with annotations of type SupportedEnvironment
 class FindbugsMavenInitializer
          Configures Sonar FindBugs Plugin according to configuration of findbugs-maven-plugin.
 

Uses of SupportedEnvironment in org.sonar.plugins.jacoco
 

Classes in org.sonar.plugins.jacoco with annotations of type SupportedEnvironment
 class JacocoAntInitializer
           
 class JacocoMavenInitializer
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.