hudson.plugins.selenium
Class HubLauncher

java.lang.Object
  extended by 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

Constructor Summary
HubLauncher(int port, Level logLevel)
           
 
Method Summary
 Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HubLauncher

public HubLauncher(int port,
                   Level logLevel)
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface hudson.remoting.Callable<Void,Exception>
Throws:
Exception


Copyright © 2004-2011. All Rights Reserved.