Uses of Class
org.sonar.batch.bootstrapper.EnvironmentInformation

Packages that use EnvironmentInformation
org.sonar.batch.bootstrap   
org.sonar.batch.bootstrapper This package is a part of bootstrap process, so we should take care about backward compatibility. 
 

Uses of EnvironmentInformation in org.sonar.batch.bootstrap
 

Methods in org.sonar.batch.bootstrap with parameters of type EnvironmentInformation
static boolean ExtensionUtils.supportsEnvironment(Object extension, EnvironmentInformation environment)
           
 

Constructors in org.sonar.batch.bootstrap with parameters of type EnvironmentInformation
ExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation env, AnalysisMode analysisMode)
           
ServerClient(BootstrapProperties settings, EnvironmentInformation env)
           
 

Uses of EnvironmentInformation in org.sonar.batch.bootstrapper
 

Methods in org.sonar.batch.bootstrapper with parameters of type EnvironmentInformation
 Batch.Builder Batch.Builder.setEnvironment(EnvironmentInformation env)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.