Package org.jenkinsci.plugins.cloudstats
Class CloudStatistics.OperationListener
- java.lang.Object
-
- hudson.slaves.ComputerListener
-
- org.jenkinsci.plugins.cloudstats.CloudStatistics.OperationListener
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- CloudStatistics
@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class CloudStatistics.OperationListener extends ComputerListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description OperationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onLaunchFailure(Computer c, TaskListener taskListener)
void
onOnline(Computer c, TaskListener listener)
void
preLaunch(Computer c, TaskListener taskListener)
-
Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onOffline, onOffline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preOnline, register, unregister
-
-
-
-
Method Detail
-
preLaunch
public void preLaunch(Computer c, TaskListener taskListener)
- Overrides:
preLaunch
in classComputerListener
-
onLaunchFailure
public void onLaunchFailure(Computer c, TaskListener taskListener)
- Overrides:
onLaunchFailure
in classComputerListener
-
onOnline
public void onOnline(Computer c, TaskListener listener)
- Overrides:
onOnline
in classComputerListener
-
-