Uses of Interface
jetbrains.buildServer.plugins.PluginDisabledInfoProvider
-
Packages that use PluginDisabledInfoProvider Package Description jetbrains.buildServer.agent.plugins.files jetbrains.buildServer.plugins jetbrains.buildServer.web.plugins.web -
-
Uses of PluginDisabledInfoProvider in jetbrains.buildServer.agent.plugins.files
Classes in jetbrains.buildServer.agent.plugins.files that implement PluginDisabledInfoProvider Modifier and Type Class Description classAgentPluginDisabledInfoProvider -
Uses of PluginDisabledInfoProvider in jetbrains.buildServer.plugins
Subinterfaces of PluginDisabledInfoProvider in jetbrains.buildServer.plugins Modifier and Type Interface Description interfaceServerPluginDisabledInfoProviderServer PluginDisabledInfoProvider interface allowing to programmatically enable and disable a certain pluginClasses in jetbrains.buildServer.plugins that implement PluginDisabledInfoProvider Modifier and Type Class Description classServerPluginDisabledInfoProviderImplConstructors in jetbrains.buildServer.plugins with parameters of type PluginDisabledInfoProvider Constructor Description PluginManagerImpl(StandaloneClassloaderFactory standaloneClassloaderFactory, SharedClassloaderFactory sharedClassloaderFactory, PluginVersionComparator versionComparator, PluginFileSystemLookup lookup, PluginDisabledInfoProvider pluginDisabledInfoProvider, PluginsStateProviderImpl pluginsStateProvider, ReloadablePlugins reloadablePlugins)PluginsLookupCollector(PluginVersionComparator comparator, PluginDisabledInfoProvider pluginDisabledInfoProvider, ReloadablePlugins reloadablePlugins) -
Uses of PluginDisabledInfoProvider in jetbrains.buildServer.web.plugins.web
Constructors in jetbrains.buildServer.web.plugins.web with parameters of type PluginDisabledInfoProvider Constructor Description PluginsProviderImpl(PluginPaths paths, PluginMessagesHolder pluginMessagesHolder, ReloadablePlugins reloadablePlugins, PluginsStateProvider pluginsStateProvider, PluginsOriginalPackages pluginsOriginalPackages, PluginDisabledInfoProvider disabledInfoProvider)
-