Interface ToolContentUpdater
-
- All Known Implementing Classes:
ToolContentUpdaterImpl
public interface ToolContentUpdater
Created by Evgeniy.Koshkin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateForBuild(AgentRunningBuild runningBuild, List<String> usedToolIds)
void
updateTool(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
-
-