Uses of Interface
org.pentaho.di.core.ssh.SshConnection
Packages that use SshConnection
Package
Description
-
Uses of SshConnection in org.pentaho.di.core.ssh
Methods in org.pentaho.di.core.ssh that return SshConnection -
Uses of SshConnection in org.pentaho.di.core.ssh.mina
Classes in org.pentaho.di.core.ssh.mina that implement SshConnection -
Uses of SshConnection in org.pentaho.di.trans.steps.ssh
Methods in org.pentaho.di.trans.steps.ssh that return SshConnectionModifier and TypeMethodDescriptionSSHData.getSshConnection()Gets the SSH connection.static SshConnectionSSHData.openSshConnection(SshConnectionParameters params) Connection method using our SSH abstraction layer.static SshConnectionSSHData.openSshConnection(SshConnectionParameters params, org.pentaho.di.core.logging.LogChannelInterface logChannel) Connection method using our SSH abstraction layer with logging support.Methods in org.pentaho.di.trans.steps.ssh with parameters of type SshConnectionModifier and TypeMethodDescriptionvoidSSHData.setSshConnection(SshConnection sshConnection) Sets the SSH connection.