Package hudson.plugins.jobConfigHistory
Class ComputerHistoryListener
- java.lang.Object
-
- hudson.slaves.ComputerListener
-
- hudson.plugins.jobConfigHistory.ComputerHistoryListener
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class ComputerHistoryListener extends ComputerListener
- Author:
- Lucie Votypkova
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ComputerHistoryListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigurationChange()
-
Methods inherited from class hudson.slaves.ComputerListener
all, onLaunchFailure, onOffline, onOffline, onOnline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, preOnline, register, unregister
-
-
-
-
Method Detail
-
onConfigurationChange
public void onConfigurationChange()
- Overrides:
onConfigurationChange
in classComputerListener
-
-