Class RemoteMachine

java.lang.Object
org.ndviet.library.machine.RemoteMachine
Direct Known Subclasses:
SeleniumHub, SeleniumNode

public class RemoteMachine extends Object
  • Field Details

    • hostname

      protected String hostname
    • username

      protected String username
    • password

      protected String password
    • sshPort

      protected int sshPort
  • Constructor Details

    • RemoteMachine

      public RemoteMachine()
  • Method Details

    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getSshPort

      public int getSshPort()
    • setSshPort

      public void setSshPort(int sshPort)