Package com.chutneytesting.task.ssh.sshj
Class CommandResult
- java.lang.Object
-
- com.chutneytesting.task.ssh.sshj.CommandResult
-
public class CommandResult extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandResult(Command command, int exitCode, String stdout, String stderr)
-