hudson.plugins.selenium
Class SeleniumRemoteControl
java.lang.Object
hudson.plugins.selenium.SeleniumRemoteControl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SeleniumRemoteControl>
@ExportedBean
public class SeleniumRemoteControl
- extends java.lang.Object
- implements java.lang.Comparable<SeleniumRemoteControl>, java.io.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 |
SeleniumRemoteControl(com.thoughtworks.selenium.grid.hub.remotecontrol.RemoteControlProxy proxy,
boolean reserved)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeleniumRemoteControl
public SeleniumRemoteControl(com.thoughtworks.selenium.grid.hub.remotecontrol.RemoteControlProxy proxy,
boolean reserved)
getHostAndPort
public java.lang.String getHostAndPort()
getHost
@Exported
public java.lang.String getHost()
getPort
@Exported
public int getPort()
getEnvironment
@Exported
public java.lang.String getEnvironment()
isReserved
@Exported
public boolean isReserved()
getStatus
public java.lang.String getStatus()
compareTo
public int compareTo(SeleniumRemoteControl that)
- Specified by:
compareTo in interface java.lang.Comparable<SeleniumRemoteControl>
Copyright © 2010. All Rights Reserved.