org.jvnet.hudson.plugins
Class JythonComputerListener
java.lang.Object
hudson.slaves.ComputerListener
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 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 |
JythonComputerListener
public JythonComputerListener()
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.