hudson.plugins.selenium
Class HubLauncher
java.lang.Object
hudson.plugins.selenium.HubLauncher
- All Implemented Interfaces:
- hudson.remoting.Callable<Void,Exception>, Serializable
public class HubLauncher
- extends Object
- implements hudson.remoting.Callable<Void,Exception>
Starts the selenium grid server.
This callable blocks until the server is shut down and thus generally never returns.
- 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 |
HubLauncher
public HubLauncher(int port,
Level logLevel)
call
public Void call()
throws Exception
- Specified by:
call in interface hudson.remoting.Callable<Void,Exception>
- Throws:
Exception
Copyright © 2004-2011. All Rights Reserved.