hudson.plugins.selenium
Class SeleniumTestSlot

java.lang.Object
  extended by hudson.plugins.selenium.SeleniumTestSlot
All Implemented Interfaces:
Serializable, Comparable<SeleniumTestSlot>

@ExportedBean
public class SeleniumTestSlot
extends Object
implements Comparable<SeleniumTestSlot>, Serializable

Selenium Remote Control instance.

This class is used to expose RC data to the remoting API, as well as using this from index.jelly rendering of PluginImpl.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
SeleniumTestSlot(org.openqa.grid.internal.TestSlot testSlot)
           
 
Method Summary
 int compareTo(SeleniumTestSlot that)
           
 Map<String,String> getCapabilities()
           
 String getHost()
           
 String getHostAndPort()
           
 int getPort()
           
 String getStatus()
           
 boolean isReserved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumTestSlot

public SeleniumTestSlot(org.openqa.grid.internal.TestSlot testSlot)
Method Detail

getHostAndPort

public String getHostAndPort()

getHost

@Exported
public String getHost()

getPort

@Exported
public int getPort()

getCapabilities

@Exported
public Map<String,String> getCapabilities()

isReserved

@Exported
public boolean isReserved()

getStatus

public String getStatus()

compareTo

public int compareTo(SeleniumTestSlot that)
Specified by:
compareTo in interface Comparable<SeleniumTestSlot>


Copyright © 2004-2011. All Rights Reserved.