Uses of Interface
jetbrains.buildServer.tools.ServerToolProviders
-
Packages that use ServerToolProviders Package Description jetbrains.buildServer.tools.bundled jetbrains.buildServer.tools.impl jetbrains.buildServer.tools.installed -
-
Uses of ServerToolProviders in jetbrains.buildServer.tools.bundled
Constructors in jetbrains.buildServer.tools.bundled with parameters of type ServerToolProviders Constructor Description BundledToolInstallerImpl(ServerToolProviders toolProviders, ServerToolManager toolManager, ToolsRegistry toolsRegistry, ToolUsageCalculator toolUsageCalculator, DefaultToolVersions defaultTools, ProjectManager projectManager)
BundledToolVersionsImpl(ServerToolProviders toolProviders, ToolsRegistry localToolsRegistry, ReadonlyToolsRegistry remoteToolsRegistry, PluginManager pluginManager, EventDispatcher<ToolEventsListener> events)
-
Uses of ServerToolProviders in jetbrains.buildServer.tools.impl
Classes in jetbrains.buildServer.tools.impl that implement ServerToolProviders Modifier and Type Class Description class
ServerToolProvidersLocator
Created by Evgeniy.Koshkin on 18-Mar-16.Constructors in jetbrains.buildServer.tools.impl with parameters of type ServerToolProviders Constructor Description DefaultToolVersionsImpl(ProjectSettingsManager projectSettingsManager, BundledToolVersions bundledToolVersions, ServerToolProviders toolProviders, EventDispatcher<ToolEventsListener> events)
ServerToolManagerImpl(ServerToolProviders toolProviders, ToolsRegistry toolsRegistry, ReadonlyToolsRegistry remoteToolsRegistry, ToolPaths toolPaths, BundledToolVersions bundledToolVersions, ToolPackagesWatcher packagesWatcher, ToolFreeDiskSpaceValidator toolFreeDiskSpaceValidator, ToolMultiNodesEvents toolMultiNodesEvents)
-
Uses of ServerToolProviders in jetbrains.buildServer.tools.installed
Constructors in jetbrains.buildServer.tools.installed with parameters of type ServerToolProviders Constructor Description RemoteToolsRegistryImpl(ServerToolProviders serverToolProviders, ExtensionHolder extensionHolder)
ServerToolRegistryImpl(ServerToolProviders toolProviders, ToolPaths paths, AgentPluginPacker agentPluginPacker, EventDispatcher<ToolEventsListener> dispatcher, ToolsState toolsState, ToolFreeDiskSpaceValidator toolFreeDiskSpaceValidator, ArchiveExtractorManager archiveExtractorManager)
-