| Modifier and Type | Method and Description |
|---|---|
PowershellConnection |
PowershellConnectionProvider.connect() |
| Modifier and Type | Method and Description |
|---|---|
String |
PowershellOperations.executeCommand(PowershellConfiguration config,
PowershellConnection connection,
String command)
This operation executes the command on the machine.
|
String |
PowershellOperations.executeCommandExceptionHandlingEnabled(PowershellConfiguration config,
PowershellConnection connection,
String command)
This operation executes the command on the target machine and throws Powershell related
exceptions if any.
|
String |
PowershellOperations.executeScriptFile(PowershellConfiguration config,
PowershellConnection connection,
InputStream fileContent,
Map<String,String> parameters)
This operation executes the script file.
|
String |
PowershellOperations.executeScriptFileWithExceptionHandling(PowershellConfiguration config,
PowershellConnection connection,
InputStream fileContent,
Map<String,String> parameters)
This operation executes the script file and throws Powershell related exceptions if any.
|
| Constructor and Description |
|---|
PowershellServiceImpl(PowershellConfiguration config,
PowershellConnection connection) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.