org.jenkinsci.plugins.slave_setup
Class ComputerListenerImpl

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jenkinsci.plugins.slave_setup.ComputerListenerImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class ComputerListenerImpl
extends hudson.slaves.ComputerListener

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
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, onLaunchFailure, onOffline, onOnline, onOnline, preLaunch, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputerListenerImpl

public 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. All Rights Reserved.