Package org.jenkinsci.plugins.log_cli
Class StderrLogConfig.Listener
java.lang.Object
hudson.slaves.ComputerListener
org.jenkinsci.plugins.log_cli.StderrLogConfig.Listener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
StderrLogConfig
@Extension(ordinal=100.0)
public static final class StderrLogConfig.Listener
extends ComputerListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreOnline(Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onIdle, onLaunchFailure, onOffline, onOffline, onOnline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, register, unregister
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
preOnline
public void preOnline(Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) throws IOException, InterruptedException - Overrides:
preOnlinein classComputerListener- Throws:
IOExceptionInterruptedException
-