Class SshConnectionParameters

java.lang.Object
org.pentaho.di.trans.steps.ssh.SshConnectionParameters

public class SshConnectionParameters extends Object
Parameter object for SSH connection configuration. Groups all the parameters needed for establishing an SSH connection.
  • Method Details

    • builder

      public static SshConnectionParameters.Builder builder()
      Creates a new builder for SSH connection parameters.
    • getBowl

      public org.pentaho.di.core.bowl.Bowl getBowl()
    • getServer

      public String getServer()
    • getPort

      public int getPort()
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • isUseKey

      public boolean isUseKey()
    • getKeyFilename

      public String getKeyFilename()
    • getPassPhrase

      public String getPassPhrase()
    • getTimeOut

      public int getTimeOut()
    • getSpace

      public org.pentaho.di.core.variables.VariableSpace getSpace()
    • getProxyhost

      public String getProxyhost()
    • getProxyport

      public int getProxyport()
    • getProxyusername

      public String getProxyusername()
    • getProxypassword

      public String getProxypassword()