Package org.pentaho.di.core.ssh
Class ExecResult
java.lang.Object
org.pentaho.di.core.ssh.ExecResult
-
Constructor Summary
ConstructorsConstructorDescriptionExecResult(String stdout, String stderr, int exitCode) ExecResult(String stdout, String stderr, String combined, int exitCode, boolean error) -
Method Summary
-
Constructor Details
-
ExecResult
-
ExecResult
-
-
Method Details
-
getStdout
-
getStderr
-
getExitCode
public int getExitCode() -
getCombined
-
hasErrorOutput
public boolean hasErrorOutput() -
isError
public boolean isError()
-