Merge commit '0b7f7c96ec0362d9b488fbc79b4022dc4233c0a0' into HEAD
commit
c6e247e639
|
@ -58,7 +58,7 @@ One can configure whether specific log entries are logged out and where they get
|
|||
### Exec Actions
|
||||
|
||||
- `executeCommandLine(String commandLine)`: Executes a command on the command line without waiting for the command to complete
|
||||
- `executeCommandLine(java.time.Duration timeout, String commandLine)`: Executes a command on the command and waits timeout milliseconds for the command to complete, returning the output from the command as a String
|
||||
- `executeCommandLine(Duration.fromSeconds(timeout), String commandLine)`: Executes a command on the command and waits `timeout` seconds for the command to complete, returning the output from the command as a String
|
||||
|
||||
### HTTP Actions
|
||||
|
||||
|
|
Loading…
Reference in New Issue