hudson.plugins.selenium
Class ComputerListenerImpl
java.lang.Object
hudson.slaves.ComputerListener
hudson.plugins.selenium.ComputerListenerImpl
- All Implemented Interfaces:
- hudson.ExtensionPoint, Serializable
@Extension
public class ComputerListenerImpl
- extends hudson.slaves.ComputerListener
- implements Serializable
When a new slave is connected, launch a selenium RC.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
void |
onOnline(hudson.model.Computer c,
hudson.model.TaskListener listener)
Starts a selenium RC remotely. |
| Methods inherited from class hudson.slaves.ComputerListener |
all, onConfigurationChange, onOffline, onOnline, preOnline, register, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComputerListenerImpl
public ComputerListenerImpl()
onOnline
public void onOnline(hudson.model.Computer c,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
- Starts a selenium RC remotely.
- Overrides:
onOnline in class hudson.slaves.ComputerListener
- Throws:
IOException
InterruptedException
Copyright © 2004-2011. All Rights Reserved.