Uses of Class
org.sonar.api.platform.Server

Packages that use Server
org.sonar.api.platform   
org.sonar.api.utils   
org.sonar.batch   
org.sonar.batch.bootstrap   
org.sonar.server.platform   
org.sonar.server.plugins   
org.sonar.server.startup   
 

Uses of Server in org.sonar.api.platform
 

Methods in org.sonar.api.platform with parameters of type Server
 void ServerStartHandler.onServerStart(Server server)
           
 void ServerStopHandler.onServerStop(Server server)
           
 

Uses of Server in org.sonar.api.utils
 

Constructors in org.sonar.api.utils with parameters of type Server
HttpDownloader(Server server, Settings settings)
           
 

Uses of Server in org.sonar.batch
 

Subclasses of Server in org.sonar.batch
 class ServerMetadata
           
 

Uses of Server in org.sonar.batch.bootstrap
 

Constructors in org.sonar.batch.bootstrap with parameters of type Server
DatabaseBatchCompatibility(DatabaseVersion version, Server server)
           
 

Uses of Server in org.sonar.server.platform
 

Subclasses of Server in org.sonar.server.platform
 class ServerImpl
           
 

Methods in org.sonar.server.platform that return Server
static Server Platform.getServer()
          shortcut for ruby code
 

Constructors in org.sonar.server.platform with parameters of type Server
ServerLifecycleNotifier(Server server)
           
ServerLifecycleNotifier(Server server, ServerStartHandler[] startHandlers)
           
ServerLifecycleNotifier(Server server, ServerStartHandler[] startHandlers, ServerStopHandler[] stopHandlers)
           
ServerLifecycleNotifier(Server server, ServerStopHandler[] stopHandlers)
           
 

Uses of Server in org.sonar.server.plugins
 

Constructors in org.sonar.server.plugins with parameters of type Server
UpdateCenterMatrixFactory(UpdateCenterClient centerClient, PluginRepository pluginRepository, Server server, PluginDownloader downloader)
           
 

Uses of Server in org.sonar.server.startup
 

Constructors in org.sonar.server.startup with parameters of type Server
ServerMetadataPersister(Server server, DatabaseSession session)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.