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

Packages that use ServerClient
org.sonar.batch.bootstrap   
org.sonar.batch.phases   
org.sonar.batch.qualitygate   
org.sonar.batch.referential   
org.sonar.batch.scan   
 

Uses of ServerClient in org.sonar.batch.bootstrap
 

Constructors in org.sonar.batch.bootstrap with parameters of type ServerClient
DefaultPluginsReferential(FileCache fileCache, ServerClient server)
           
JdbcDriverHolder(FileCache fileCache, AnalysisMode analysisMode, ServerClient serverClient)
           
PreviewDatabase(Settings settings, ServerClient server, TempFolder tempUtils, AnalysisMode mode)
           
ServerMetadata(Settings settings, ServerClient client)
          Deprecated.  
 

Uses of ServerClient in org.sonar.batch.phases
 

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

Uses of ServerClient in org.sonar.batch.qualitygate
 

Methods in org.sonar.batch.qualitygate with parameters of type ServerClient
 QualityGate QualityGateProvider.provide(Settings settings, ServerClient client, MetricFinder metricFinder)
           
 

Uses of ServerClient in org.sonar.batch.referential
 

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

Uses of ServerClient in org.sonar.batch.scan
 

Constructors in org.sonar.batch.scan with parameters of type ServerClient
LastSnapshots(AnalysisMode analysisMode, SnapshotSourceDao dao, ServerClient server)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.