Class SessionResult

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

public class SessionResult extends Object
  • Constructor Details

    • SessionResult

      public SessionResult(com.trilead.ssh2.Session session) throws org.pentaho.di.core.exception.KettleException
      Throws:
      org.pentaho.di.core.exception.KettleException
  • Method Details

    • getStdErr

      public String getStdErr()
    • getStd

      public String getStd()
    • getStdOut

      public String getStdOut()
    • isStdTypeErr

      public boolean isStdTypeErr()