public interface CommandHandler
| Modifier and Type | Method and Description |
|---|---|
String |
runCommandAndGetOutput(String command,
boolean showStdout,
String workingDirectory) |
void |
runCommandWithReturnCodeCheck(String command,
boolean showStdout,
String workingDirectory,
List<Long> validReturnCodes,
String errorMessage) |
Copyright © 2019. All rights reserved.