hudson.plugins.selenium
Class RemoteControlLauncher
java.lang.Object
hudson.plugins.selenium.RemoteControlLauncher
- All Implemented Interfaces:
- hudson.remoting.Callable<Void,Exception>, Serializable
public class RemoteControlLauncher
- extends Object
- implements hudson.remoting.Callable<Void,Exception>
Launches Selenium RC.
This callable is run on the JVM dedicated to selenium RC.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteControlLauncher
public RemoteControlLauncher(String[] args)
call
public Void call()
throws Exception
- Specified by:
call in interface hudson.remoting.Callable<Void,Exception>
- Throws:
Exception
Copyright © 2004-2011. All Rights Reserved.