Package org.ndviet.library.machine
Class RemoteMachine
java.lang.Object
org.ndviet.library.machine.RemoteMachine
- Direct Known Subclasses:
SeleniumHub,SeleniumNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetHostname(String hostname) voidsetPassword(String password) voidsetSshPort(int sshPort) voidsetUsername(String username)
-
Field Details
-
hostname
-
username
-
password
-
sshPort
protected int sshPort
-
-
Constructor Details
-
RemoteMachine
public RemoteMachine()
-
-
Method Details
-
getHostname
-
setHostname
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getSshPort
public int getSshPort() -
setSshPort
public void setSshPort(int sshPort)
-