org.hudsonci.plugins.vault.slave
Class NodeOnlineInstaller.ComputerListenerImpl
java.lang.Object
hudson.slaves.ComputerListener
org.hudsonci.plugins.vault.slave.NodeOnlineInstaller.ComputerListenerImpl
- All Implemented Interfaces:
- hudson.ExtensionPoint
- Enclosing class:
- NodeOnlineInstaller
@Named
@Singleton
public static class NodeOnlineInstaller.ComputerListenerImpl
- extends hudson.slaves.ComputerListener
Allow packages to be installed when a node becomes online.
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
void |
preOnline(hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener)
|
| Methods inherited from class hudson.slaves.ComputerListener |
all, onConfigurationChange, onOffline, onOnline, onOnline, register, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeOnlineInstaller.ComputerListenerImpl
public NodeOnlineInstaller.ComputerListenerImpl()
preOnline
public void preOnline(hudson.model.Computer c,
hudson.remoting.Channel channel,
hudson.FilePath root,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
- Overrides:
preOnline in class hudson.slaves.ComputerListener
- Throws:
IOException
InterruptedException
Copyright © 2004-2012 Hudson. All Rights Reserved.