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 voidsetAgentDistributionMonitor(AgentDistributionMonitor monitor)voidtoolInstalled(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:
setAgentDistributionMonitorin interfaceAgentDistributionMonitorAware
-
toolInstalled
public void toolInstalled(@NotNull InstalledToolVersion tool)Description copied from interface:ToolEventsListenerCalled after the tool installation is completed on the server- Specified by:
toolInstalledin interfaceToolEventsListener- Overrides:
toolInstalledin classToolEventsListenerAdapter
-
-