|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
com.xebialabs.deployit.plugin.powershell.BasePowerShellContainer
@Metadata(virtual=true) public class BasePowerShellContainer
| Field Summary |
|---|
| Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem |
|---|
id, syntheticProperties, type |
| Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
|---|
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD |
| Constructor Summary | |
|---|---|
BasePowerShellContainer()
|
|
| Method Summary | |
|---|---|
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
controlTaskDispatch(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> args)
|
com.xebialabs.deployit.plugin.overthere.Host |
getHost()
Returns the host on which this container runs. |
java.lang.String |
getRuntimePath()
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. |
void |
setHost(com.xebialabs.deployit.plugin.overthere.Host host)
|
void |
setRuntimePath(java.lang.String runtimePath)
|
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseContainer |
|---|
getTags, setTags |
| Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem |
|---|
compareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable |
|---|
getTags, setTags |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
|---|
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty |
| Constructor Detail |
|---|
public BasePowerShellContainer()
| Method Detail |
|---|
public com.xebialabs.deployit.plugin.overthere.Host getHost()
PowerShellContainer
getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainergetHost in interface PowerShellContainerpublic void setHost(com.xebialabs.deployit.plugin.overthere.Host host)
public java.lang.String getRuntimePath()
PowerShellContainer
getRuntimePath in interface PowerShellContainerpublic void setRuntimePath(java.lang.String runtimePath)
public com.xebialabs.overthere.CmdLine getScriptCommandLine(com.xebialabs.overthere.OverthereFile script)
PowerShellContainer
getScriptCommandLine in interface PowerShellContainerscript - the script to run
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||