Class SlaveCommandStatistics.ComputerListenerImpl
java.lang.Object
hudson.slaves.ComputerListener
com.cloudbees.jenkins.support.impl.SlaveCommandStatistics.ComputerListenerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- SlaveCommandStatistics
@Extension
public static final class SlaveCommandStatistics.ComputerListenerImpl
extends ComputerListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
preOnline
(Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onLaunchFailure, onOffline, onOffline, onOnline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, register, unregister
-
Constructor Details
-
ComputerListenerImpl
public ComputerListenerImpl()
-
-
Method Details
-
preOnline
public void preOnline(Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) throws IOException, InterruptedException - Overrides:
preOnline
in classComputerListener
- Throws:
IOException
InterruptedException
-