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
 

Constructors in org.sonar.batch.bootstrap with parameters of type EnvironmentInformation
BatchExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation environment, DryRun dryRun)
           
ProjectExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation environment, DryRun dryRun, Project project, ProjectSettings settings)
           
 

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-2012 SonarSource. All Rights Reserved.