hudson.plugins.selenium
Class HubLauncher

java.lang.Object
  extended by hudson.plugins.selenium.HubLauncher
All Implemented Interfaces:
hudson.remoting.Callable<java.lang.Void,java.lang.Exception>, java.io.Serializable

public class HubLauncher
extends java.lang.Object
implements hudson.remoting.Callable<java.lang.Void,java.lang.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)
           
 
Method Summary
 java.lang.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)
Method Detail

call

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


Copyright © 2009. All Rights Reserved.