Package jetbrains.buildServer.web.impl
Class BuildServerConfigurator
- java.lang.Object
-
- jetbrains.buildServer.web.impl.BuildServerConfigurator
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class BuildServerConfigurator extends Object implements org.springframework.context.ApplicationContextAware
- Author:
- Kir
-
-
Constructor Summary
Constructors Constructor Description BuildServerConfigurator(BuildServerImpl server, ServerPaths serverPaths, ConfigurationInitializer externalizer, WebResourcesUnpacker resourcesUnpacker, PluginManagerConfigurator pluginConfigurator, ServerSettings serverSettings, BuildServerLifecycleProcessor buildServerLifecycleProcessor, ProjectFactory projectFactory, TestServerMode testServerMode, ProjectConfigFilesCache projectConfigFilesCache, ConfigurationPersister configurationPersister, ConfigActionFactory configActionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Constructor Detail
-
BuildServerConfigurator
public BuildServerConfigurator(@NotNull BuildServerImpl server, @NotNull ServerPaths serverPaths, @NotNull ConfigurationInitializer externalizer, @NotNull WebResourcesUnpacker resourcesUnpacker, @NotNull PluginManagerConfigurator pluginConfigurator, @NotNull ServerSettings serverSettings, @NotNull BuildServerLifecycleProcessor buildServerLifecycleProcessor, @NotNull ProjectFactory projectFactory, @NotNull TestServerMode testServerMode, @NotNull ProjectConfigFilesCache projectConfigFilesCache, @NotNull ConfigurationPersister configurationPersister, @NotNull ConfigActionFactory configActionFactory)
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-