Package com.exasol.exasoltestsetup
Class SshExecution
- java.lang.Object
-
- com.exasol.exasoltestsetup.SshExecution
-
public class SshExecution extends Object
This class represent the execution of an SSH command.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshExecutionResultwhenFinished()Method to wait until the execution finished.
-
-
-
Method Detail
-
whenFinished
public SshExecutionResult whenFinished()
Method to wait until the execution finished.- Returns:
- execution result
-
-