Package org.pentaho.di.trans.steps.ssh
Class SshConnectionParameters
java.lang.Object
org.pentaho.di.trans.steps.ssh.SshConnectionParameters
Parameter object for SSH connection configuration.
Groups all the parameters needed for establishing an SSH connection.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating SSH connection parameters. -
Method Summary
-
Method Details
-
builder
Creates a new builder for SSH connection parameters. -
getBowl
public org.pentaho.di.core.bowl.Bowl getBowl() -
getServer
-
getPort
public int getPort() -
getUsername
-
getPassword
-
isUseKey
public boolean isUseKey() -
getKeyFilename
-
getPassPhrase
-
getTimeOut
public int getTimeOut() -
getSpace
public org.pentaho.di.core.variables.VariableSpace getSpace() -
getProxyhost
-
getProxyport
public int getProxyport() -
getProxyusername
-
getProxypassword
-