public class PowerShellStepUtils
extends java.lang.Object
| Constructor and Description |
|---|
PowerShellStepUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.xebialabs.deployit.plugin.api.flow.StepExitCode |
executePowerShellScript(com.xebialabs.deployit.plugin.overthere.HostContainer container,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx,
com.xebialabs.deployit.plugin.powershell.PowerShellStepUtils.PowerShellScriptCallback callback,
com.xebialabs.deployit.plugin.powershell.PowerShellStepUtils.PowerShellScriptCallback obfuscationCallback) |
static com.xebialabs.overthere.CmdLine |
getDefaultScriptCommandLine(java.lang.String powerShellPath,
com.xebialabs.overthere.OverthereFile script) |
static com.xebialabs.overthere.CmdLine |
getScriptCommandLine(com.xebialabs.deployit.plugin.overthere.HostContainer container,
com.xebialabs.overthere.OverthereFile script) |
static com.xebialabs.deployit.plugin.api.flow.Preview |
previewPowerShellScript(com.xebialabs.deployit.plugin.powershell.PowerShellStepUtils.PowerShellScriptCallback callback) |
public static com.xebialabs.deployit.plugin.api.flow.Preview previewPowerShellScript(com.xebialabs.deployit.plugin.powershell.PowerShellStepUtils.PowerShellScriptCallback callback)
public static com.xebialabs.deployit.plugin.api.flow.StepExitCode executePowerShellScript(com.xebialabs.deployit.plugin.overthere.HostContainer container,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx,
com.xebialabs.deployit.plugin.powershell.PowerShellStepUtils.PowerShellScriptCallback callback,
com.xebialabs.deployit.plugin.powershell.PowerShellStepUtils.PowerShellScriptCallback obfuscationCallback)
throws java.lang.Exception
java.lang.Exceptionpublic static com.xebialabs.overthere.CmdLine getScriptCommandLine(com.xebialabs.deployit.plugin.overthere.HostContainer container,
com.xebialabs.overthere.OverthereFile script)
public static com.xebialabs.overthere.CmdLine getDefaultScriptCommandLine(java.lang.String powerShellPath,
com.xebialabs.overthere.OverthereFile script)