Uses of Class
org.sonar.batch.bootstrap.AnalysisMode

Packages that use AnalysisMode
org.sonar.batch.bootstrap   
org.sonar.batch.issue   
org.sonar.batch.phases   
org.sonar.batch.referential   
org.sonar.batch.scan   
org.sonar.batch.scan.filesystem This package is a part of bootstrap process, so we should take care about backward compatibility. 
org.sonar.batch.scan.report   
 

Uses of AnalysisMode in org.sonar.batch.bootstrap
 

Constructors in org.sonar.batch.bootstrap with parameters of type AnalysisMode
BatchPluginRepository(PluginsReferential pluginsReferential, Settings settings, AnalysisMode analysisMode, BatchPluginJarInstaller pluginInstaller)
           
DatabaseCompatibility(DatabaseVersion version, ServerMetadata server, Settings settings, PropertiesDao propertiesDao, AnalysisMode mode)
           
ExtensionInstaller(BatchPluginRepository pluginRepository, EnvironmentInformation env, AnalysisMode analysisMode)
           
GlobalSettings(BootstrapProperties bootstrapProps, PropertyDefinitions propertyDefinitions, GlobalReferentials globalReferentials, org.apache.commons.configuration.Configuration deprecatedConfiguration, AnalysisMode mode)
           
JdbcDriverHolder(FileCache fileCache, AnalysisMode analysisMode, ServerClient serverClient)
           
PreviewDatabase(Settings settings, ServerClient server, TempFolder tempUtils, AnalysisMode mode)
           
 

Uses of AnalysisMode in org.sonar.batch.issue
 

Constructors in org.sonar.batch.issue with parameters of type AnalysisMode
IssuePersister(IssueCache issueCache, ScanIssueStorage storage, AnalysisMode analysisMode)
           
 

Uses of AnalysisMode in org.sonar.batch.phases
 

Constructors in org.sonar.batch.phases with parameters of type AnalysisMode
UpdateStatusJob(Settings settings, ServerClient server, DatabaseSession session, ResourcePersister resourcePersister, Project project, Snapshot snapshot, AnalysisMode analysisMode)
           
 

Uses of AnalysisMode in org.sonar.batch.referential
 

Constructors in org.sonar.batch.referential with parameters of type AnalysisMode
DefaultProjectReferentialsLoader(ServerClient serverClient, AnalysisMode analysisMode)
           
 

Uses of AnalysisMode in org.sonar.batch.scan
 

Constructors in org.sonar.batch.scan with parameters of type AnalysisMode
LastSnapshots(AnalysisMode analysisMode, SnapshotSourceDao dao, ServerClient server)
           
ModuleSettings(GlobalSettings batchSettings, ProjectDefinition project, org.apache.commons.configuration.Configuration deprecatedCommonsConf, ProjectReferentials projectReferentials, AnalysisMode analysisMode)
           
ProjectLock(Semaphores semaphores, ProjectTree projectTree, AnalysisMode analysisMode, I18n i18n)
           
ProjectSettings(ProjectReactor reactor, GlobalSettings globalSettings, PropertyDefinitions propertyDefinitions, ProjectReferentials projectReferentials, org.apache.commons.configuration.Configuration deprecatedConfiguration, AnalysisMode mode)
           
 

Uses of AnalysisMode in org.sonar.batch.scan.filesystem
 

Constructors in org.sonar.batch.scan.filesystem with parameters of type AnalysisMode
InputFileBuilderFactory(ProjectDefinition def, PathResolver pathResolver, LanguageDetectionFactory langDetectionFactory, StatusDetectionFactory statusDetectionFactory, AnalysisMode analysisMode)
           
 

Uses of AnalysisMode in org.sonar.batch.scan.report
 

Constructors in org.sonar.batch.scan.report with parameters of type AnalysisMode
JsonReport(Settings settings, FileSystem fileSystem, Server server, RuleFinder ruleFinder, IssueCache issueCache, EventBus eventBus, AnalysisMode analysisMode, UserFinder userFinder, Project rootModule, InputPathCache fileCache)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.