public interface PowerShellContainer
extends com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.overthere.Host |
getHost()
Returns the host on which this container runs.
|
java.util.List<java.lang.String> |
getLibraryScripts()
Returns the name of the directory on the classpath that contains the Python scripts that define the runtime for this container.
|
com.xebialabs.overthere.CmdLine |
getScriptCommandLine(com.xebialabs.overthere.OverthereFile script)
Generates the command line that should be used to run a script.
|
com.xebialabs.deployit.plugin.overthere.Host getHost()
getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainercom.xebialabs.overthere.CmdLine getScriptCommandLine(com.xebialabs.overthere.OverthereFile script)
script - the script to runjava.util.List<java.lang.String> getLibraryScripts()