* @return list of installed nuget tools\r
*/\r
@NotNull\r
- Collection<NuGetInstalledTool> getInstalledTools();\r
+ Collection<? extends NuGetInstalledTool> getInstalledTools();\r
\r
/**\r
* @return list of tools that are installing now\r
void installTool(@NotNull String toolId);\r
\r
\r
+ /**\r
+ * Removes tool from server and build agents\r
+ * @param toolId tool id from {@link #getInstalledTools()} method\r
+ */\r
+ void removeTool(@NotNull String toolId);\r
+\r
}\r