Uses of Interface
jetbrains.buildServer.plugins.PluginManager
-
-
Uses of PluginManager in jetbrains.buildServer
Classes in jetbrains.buildServer that implement PluginManager Modifier and Type Class Description class
MockPluginManager
Constructors in jetbrains.buildServer with parameters of type PluginManager Constructor Description PluginAwareSpringAccessor(PluginManager manager)
-
Uses of PluginManager in jetbrains.buildServer.agent.plugins
Constructors in jetbrains.buildServer.agent.plugins with parameters of type PluginManager Constructor Description AgentPluginsLoader(PluginManager manager, AgentPluginUnpackState state, PluginUnpackLocations locations, PluginsRemover remover, AgentVersionController versionController, BuildAgentConfigurationEx configuration)
PluginAwareBundledToolsRegistry(PluginManager manager, BuildAgentConfiguration config)
-
Uses of PluginManager in jetbrains.buildServer.agent.tools
Constructors in jetbrains.buildServer.agent.tools with parameters of type PluginManager Constructor Description BundledToolsRegistryImpl(BuildAgentConfiguration agentConfiguration, PluginManager plugins)
-
Uses of PluginManager in jetbrains.buildServer.plugins
Classes in jetbrains.buildServer.plugins that implement PluginManager Modifier and Type Class Description class
PluginManagerImpl
Created by IntelliJ IDEA. -
Uses of PluginManager in jetbrains.buildServer.plugins.agent
Constructors in jetbrains.buildServer.plugins.agent with parameters of type PluginManager Constructor Description AgentPluginsPublisher(AgentPluginsRegistry registry, PluginInfoLoader event, PluginManager pluginManager)
-
Uses of PluginManager in jetbrains.buildServer.plugins.spring
Constructors in jetbrains.buildServer.plugins.spring with parameters of type PluginManager Constructor Description PluginSpringContextLoadErrorProcessor(PluginMessagesHolder holder, PluginManager pluginManager)
SpringPluginLoader(org.springframework.context.ApplicationContext rootContext, PluginManager pluginClassesLoader, Collection<PluginSpringConfigsProvider> configProviders, PluginSpringContextDependenciesInjector injector, Collection<PluginSpringContextListener> listeners)
SpringPluginLoader(org.springframework.context.ApplicationContext rootContext, PluginManager pluginClassesLoader, Collection<PluginSpringConfigsProvider> configProviders, PluginSpringContextDependenciesInjector injector, Collection<PluginSpringContextListener> listeners, Collection<PluginContextUpdater> proxyBeansProviders)
-
Uses of PluginManager in jetbrains.buildServer.serverSide.healthStatus.reports
Constructors in jetbrains.buildServer.serverSide.healthStatus.reports with parameters of type PluginManager Constructor Description UnbundledPluginUsageGlobalReport(PluginManager pluginManager, ServerPaths serverPaths)
UnbundledPluginUsageReport(PluginManager pluginManager)
UnbundledPluginUsageReportBase(PluginManager pluginManager)
-
Uses of PluginManager in jetbrains.buildServer.serverSide.impl
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type PluginManager Constructor Description MainConfigManager(EventDispatcher<BuildServerListener> eventDispatcher, ServerPaths serverPaths, FileWatcherFactory fileWatcherFactory, ConfigurationErrors configErrors, ExtensionsProvider extensionsProvider, ServerRootUrlHolder rootUrlHolder, ServerResponsibility serverResponsibility, ServerInstallationsManager installationsManager, PluginManager pluginManager, SettingsPersister settingsPersister)
MainNodeResponsibilitySwitcher(Heartbeat heartbeat, BuildAgentManagerEx buildAgentManager, PluginManager pluginManager)
-
Uses of PluginManager in jetbrains.buildServer.tools.bundled
Constructors in jetbrains.buildServer.tools.bundled with parameters of type PluginManager Constructor Description BundledToolVersionsImpl(ServerToolProviders toolProviders, ToolsRegistry localToolsRegistry, ReadonlyToolsRegistry remoteToolsRegistry, PluginManager pluginManager, EventDispatcher<ToolEventsListener> events)
-
Uses of PluginManager in jetbrains.buildServer.tools.impl
Constructors in jetbrains.buildServer.tools.impl with parameters of type PluginManager Constructor Description ServerToolsLifecycle(EventDispatcher<BuildServerListener> serverDispatcher, PluginManager pluginManager, ToolPackagesWatcher toolPackagesWatcher, ServerToolRegistryImpl toolRegistry, AgentToolPluginsHolder toolPluginsHolder, RemoteAgentToolPluginsHolder remoteAgentToolPluginsHolder, ExtensionHolder extensionHolder, BundledToolInstaller bundledToolInstaller, BundledToolVersions bundledToolVersions)
-
Uses of PluginManager in jetbrains.buildServer.updates
Constructors in jetbrains.buildServer.updates with parameters of type PluginManager Constructor Description PluginsUpdater(PluginManager pluginManager, ExecutorServices executorServices, HttpDownloader httpDownloader, PluginSignatureVerifier verifier, ServerPaths serverPaths, ServerSettings serverSettings, AdministratorEmailsSender adminEmailSender, RootUrlHolder urlProvider, ServerResponsibility serverResponsibility)
-
Uses of PluginManager in jetbrains.buildServer.vcs.impl
Constructors in jetbrains.buildServer.vcs.impl with parameters of type PluginManager Constructor Description VcsSupportContextsDetector(ExtensionHolder extensions, VcsSupportContextRegistry registry, PluginManager pluginManager)
-
Uses of PluginManager in jetbrains.buildServer.web.plugins
Constructors in jetbrains.buildServer.web.plugins with parameters of type PluginManager Constructor Description PluginManagerConfigurator(PluginManager pluginManager, EventDispatcher<BuildServerListener> events, PluginPaths paths, ServerPluginUnpacker serverPluginUnpacker, PluginPackagesWatcher pluginPackagesWatcher)
-
Uses of PluginManager in jetbrains.buildServer.web.plugins.impl
Constructors in jetbrains.buildServer.web.plugins.impl with parameters of type PluginManager Constructor Description ResetCachesOnPluginUnload(PluginManager pluginManager, GlobalHealthItemsTracker globalHealthItemsTracker)
-
Uses of PluginManager in jetbrains.buildServer.web.plugins.jsp
Constructors in jetbrains.buildServer.web.plugins.jsp with parameters of type PluginManager Constructor Description PluginJspProvider(PluginClassesLoader eventSource, PluginJspManager manager, TeamCityJSPServletFactory factory, PluginManager pluginManager)
-
Uses of PluginManager in jetbrains.buildServer.web.plugins.report
Constructors in jetbrains.buildServer.web.plugins.report with parameters of type PluginManager Constructor Description ServerPluginsHealthReport(PluginManager pluginManager, PluginMessagesHolder pluginMessagesHolder)
-
Uses of PluginManager in jetbrains.buildServer.web.plugins.web
Constructors in jetbrains.buildServer.web.plugins.web with parameters of type PluginManager Constructor Description ModifiedPluginsImpl(PluginsOriginalPackages pluginsOriginalPackages, PluginManager pluginManager, PluginsStateProvider pluginStateProvider, ServerPluginDisabledInfoProvider disabledInfoProvider, PluginPaths paths, AuditLogFactory auditLogFactory, PluginUploader pluginUploader, PluginFileSystemLookup pluginFileSystemLookup, PluginVersionComparator pluginVersionComparator, MultiNodesEvents multiNodesEvents)
-
Uses of PluginManager in jetbrains.spring.web
Constructors in jetbrains.spring.web with parameters of type PluginManager Constructor Description TeamCityJSPServletFactoryImpl(javax.servlet.ServletContext context, ExecutorServices executorServices, PluginManager manager)
-