Uses of Interface
jetbrains.buildServer.agent.BundledTool
-
Packages that use BundledTool Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.plugins jetbrains.buildServer.agent.tools -
-
Uses of BundledTool in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return BundledTool Modifier and Type Method Description BundledToolBundledToolsRegistry. findTool(String name)Methods in jetbrains.buildServer.agent with parameters of type BundledTool Modifier and Type Method Description voidBundledToolsRegistry. registerTool(String toolName, BundledTool tool)Register tool with a given name -
Uses of BundledTool in jetbrains.buildServer.agent.plugins
Methods in jetbrains.buildServer.agent.plugins that return BundledTool Modifier and Type Method Description BundledToolPluginAwareBundledToolsRegistry. findTool(String name)Methods in jetbrains.buildServer.agent.plugins with parameters of type BundledTool Modifier and Type Method Description voidPluginAwareBundledToolsRegistry. registerTool(String toolName, BundledTool tool) -
Uses of BundledTool in jetbrains.buildServer.agent.tools
Methods in jetbrains.buildServer.agent.tools that return BundledTool Modifier and Type Method Description BundledToolBundledToolsRegistryImpl. findTool(String name)Methods in jetbrains.buildServer.agent.tools with parameters of type BundledTool Modifier and Type Method Description voidBundledToolsRegistryImpl. registerTool(String toolName, BundledTool tool)
-