Package org.pentaho.di.trans.steps.ssh
Class SSHData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.ssh.SSHData
- All Implemented Interfaces:
StepDataInterface
- Since:
- 03-Juin-2008
- Author:
- Samatar
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.trilead.ssh2.Connectionintintintorg.pentaho.di.core.row.RowMetaInterfaceboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.trilead.ssh2.ConnectionOpenConnection(String serveur, int port, String username, String password, boolean useKey, String keyFilename, String passPhrase, int timeOut, org.pentaho.di.core.variables.VariableSpace space, String proxyhost, int proxyport, String proxyusername, String proxypassword) Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
-
Field Details
-
indexOfCommand
public int indexOfCommand -
conn
public com.trilead.ssh2.Connection conn -
wroteOneRow
public boolean wroteOneRow -
commands
-
nrInputFields
public int nrInputFields -
nrOutputFields
public int nrOutputFields -
stdOutField
-
stdTypeField
-
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
-
-
Constructor Details
-
SSHData
public SSHData()
-
-
Method Details
-
OpenConnection
public static com.trilead.ssh2.Connection OpenConnection(String serveur, int port, String username, String password, boolean useKey, String keyFilename, String passPhrase, int timeOut, org.pentaho.di.core.variables.VariableSpace space, String proxyhost, int proxyport, String proxyusername, String proxypassword) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-