Package jetbrains.buildServer.agent
Interface ToolUnregistrar
-
- All Known Implementing Classes:
BundledToolsRegistryImpl
,PluginAwareBundledToolsRegistry
public interface ToolUnregistrar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unregisterTool(String toolId)
-
-
-
Method Detail
-
unregisterTool
void unregisterTool(@NotNull String toolId)
-
-