Uses of Interface
jetbrains.buildServer.agent.BundledToolsRegistry
-
Packages that use BundledToolsRegistry Package Description jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.plugins jetbrains.buildServer.agent.tools -
-
Uses of BundledToolsRegistry in jetbrains.buildServer.agent.impl
Constructors in jetbrains.buildServer.agent.impl with parameters of type BundledToolsRegistry Constructor Description IdeaToolProvider(ToolProvidersRegistry toolProvidersRegistry, BundledToolsRegistry bundled)
-
Uses of BundledToolsRegistry in jetbrains.buildServer.agent.plugins
Classes in jetbrains.buildServer.agent.plugins that implement BundledToolsRegistry Modifier and Type Class Description class
PluginAwareBundledToolsRegistry
-
Uses of BundledToolsRegistry in jetbrains.buildServer.agent.tools
Classes in jetbrains.buildServer.agent.tools that implement BundledToolsRegistry Modifier and Type Class Description class
BundledToolsRegistryImpl
Created by Evgeniy.Koshkin.Constructors in jetbrains.buildServer.agent.tools with parameters of type BundledToolsRegistry Constructor Description ToolContentUpdaterImpl(ToolInfoProvider toolInfoProvider, AgentToolPaths toolPaths, RecoverableFilesDownloader downloader, PluginUnpackersHolder unpackers, FetchedToolsState fetchedToolContentState, BundledToolsRegistry bundledToolsRegistry, PluginUnpackLocationsWriter locationsWriter, ExecutableAttributesSetter executableAttributesSetter, AgentPluginInfoFetcher pluginInfoFetcher)
-