Class UpdatingAgentInfoOnToolInstalledListener
- java.lang.Object
-
- jetbrains.buildServer.tools.installed.ToolEventsListenerAdapter
-
- jetbrains.buildServer.tools.installed.UpdatingAgentInfoOnToolInstalledListener
-
- All Implemented Interfaces:
EventListener
,AgentDistributionMonitorAware
,BuildAgentDistributionMonitorAware
,ToolEventsListener
public class UpdatingAgentInfoOnToolInstalledListener extends ToolEventsListenerAdapter implements BuildAgentDistributionMonitorAware
-
-
Constructor Summary
Constructors Constructor Description UpdatingAgentInfoOnToolInstalledListener(EventDispatcher<ToolEventsListener> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAgentDistributionMonitor(AgentDistributionMonitor monitor)
void
toolInstalled(InstalledToolVersion tool)
Called after the tool installation is completed on the server-
Methods inherited from class jetbrains.buildServer.tools.installed.ToolEventsListenerAdapter
toolInstallationFailed, toolInstallationScheduled, toolRemoved, toolUpdated
-
-
-
-
Constructor Detail
-
UpdatingAgentInfoOnToolInstalledListener
public UpdatingAgentInfoOnToolInstalledListener(@NotNull EventDispatcher<ToolEventsListener> events)
-
-
Method Detail
-
setAgentDistributionMonitor
public void setAgentDistributionMonitor(@NotNull AgentDistributionMonitor monitor)
- Specified by:
setAgentDistributionMonitor
in interfaceAgentDistributionMonitorAware
-
toolInstalled
public void toolInstalled(@NotNull InstalledToolVersion tool)
Description copied from interface:ToolEventsListener
Called after the tool installation is completed on the server- Specified by:
toolInstalled
in interfaceToolEventsListener
- Overrides:
toolInstalled
in classToolEventsListenerAdapter
-
-