Package org.pentaho.di.trans.steps.ssh
Class SessionResult
- java.lang.Object
-
- org.pentaho.di.trans.steps.ssh.SessionResult
-
public class SessionResult extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionResult(com.trilead.ssh2.Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStd()
String
getStdErr()
String
getStdOut()
boolean
isStdTypeErr()
-