Interface ToolContentUpdater
-
- All Known Implementing Classes:
ToolContentUpdaterImpl
public interface ToolContentUpdaterCreated by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateForBuild(AgentRunningBuild runningBuild, List<String> usedToolIds)voidupdateTool(String toolName)
-
-
-
Method Detail
-
updateForBuild
void updateForBuild(@NotNull AgentRunningBuild runningBuild, @NotNull List<String> usedToolIds) throws UpgradeFailedException- Throws:
UpgradeFailedException
-
updateTool
void updateTool(@NotNull String toolName) throws UpgradeFailedException- Throws:
UpgradeFailedException
-
-