org.jvnet.hudson.plugins
Class JythonComputerListener

java.lang.Object
  extended by hudson.slaves.ComputerListener
      extended by org.jvnet.hudson.plugins.JythonComputerListener
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class JythonComputerListener
extends hudson.slaves.ComputerListener

ComputerListener for the Jython plug-in.

Transfers the Jython JAR file to slave nodes.

Author:
Jack Leow

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
JythonComputerListener()
           
 
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

JythonComputerListener

public JythonComputerListener()
Method Detail

preOnline

public void preOnline(hudson.model.Computer c,
                      hudson.remoting.Channel channel,
                      hudson.FilePath root,
                      hudson.model.TaskListener listener)
               throws java.io.IOException,
                      java.lang.InterruptedException
Overrides:
preOnline in class hudson.slaves.ComputerListener
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2011. All Rights Reserved.