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) |
void runCommandWithReturnCodeCheck(String command, boolean showStdout, String workingDirectory, List<Long> validReturnCodes, String errorMessage) throws AzureExecutionException
AzureExecutionExceptionString runCommandAndGetOutput(String command, boolean showStdout, String workingDirectory) throws AzureExecutionException
AzureExecutionExceptionCopyright © 2020. All rights reserved.