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