Package org.jenkinsci.plugins.workflow
Class FilePathUtils.Listener
java.lang.Object
hudson.slaves.ComputerListener
org.jenkinsci.plugins.workflow.FilePathUtils.Listener
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FilePathUtils
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
@Extension
public static final class FilePathUtils.Listener
extends ComputerListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onOnline
(Computer c, TaskListener l) void
preOnline
(Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) Methods inherited from class hudson.slaves.ComputerListener
all, onConfigurationChange, onIdle, onLaunchFailure, onOffline, onOffline, onOnline, onTemporarilyOffline, onTemporarilyOnline, preLaunch, register, unregister
-
Constructor Details
-
Listener
public Listener()
-
-
Method Details
-
onOnline
- Overrides:
onOnline
in classComputerListener
-
preOnline
public void preOnline(Computer c, hudson.remoting.Channel channel, FilePath root, TaskListener listener) - Overrides:
preOnline
in classComputerListener
-