hudson.plugins.selenium
Class SeleniumTestSlot
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleniumTestSlot
public SeleniumTestSlot(org.openqa.grid.internal.TestSlot testSlot)
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.