org.hudsonci.plugins.vault.slave
Class NodeOnlineInstaller.ComputerListenerImpl

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
NodeOnlineInstaller.ComputerListenerImpl()
           
 
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
 

Constructor Detail

NodeOnlineInstaller.ComputerListenerImpl

public NodeOnlineInstaller.ComputerListenerImpl()
Method Detail

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.