public class DetermineWebArchiveInstallationRootStep
extends com.xebialabs.deployit.plugin.python.PythonDeploymentStep
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_INSTALL_ROOT |
| Constructor and Description |
|---|
DetermineWebArchiveInstallationRootStep(com.xebialabs.deployit.plugin.python.PythonManagedContainer container,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact deployedArtifact) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
aggregateScript(com.xebialabs.overthere.OverthereConnection arg0,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg1) |
protected static java.lang.String |
buildDescription(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact deployedArtifact) |
protected com.xebialabs.deployit.plugin.api.flow.StepExitCode |
doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0) |
static void |
dumpPythonScript(java.lang.String arg0,
java.lang.String arg1) |
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
protected int |
executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx,
com.xebialabs.overthere.OverthereConnection conn,
com.xebialabs.overthere.OverthereFile script) |
protected static java.util.Map<java.lang.String,java.lang.Object> |
getPythonVars(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact deployedArtifact) |
public static final java.lang.String PROPERTY_INSTALL_ROOT
public DetermineWebArchiveInstallationRootStep(com.xebialabs.deployit.plugin.python.PythonManagedContainer container,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact deployedArtifact)
container - deployedArtifact - public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
execute in interface com.xebialabs.deployit.plugin.api.flow.Stepexecute in class com.xebialabs.deployit.plugin.python.PythonDeploymentStepjava.lang.Exceptionprotected int executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx,
com.xebialabs.overthere.OverthereConnection conn,
com.xebialabs.overthere.OverthereFile script)
protected static java.util.Map<java.lang.String,java.lang.Object> getPythonVars(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact deployedArtifact)
protected static java.lang.String buildDescription(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact deployedArtifact)
protected com.xebialabs.deployit.plugin.api.flow.StepExitCode doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg0)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String aggregateScript(com.xebialabs.overthere.OverthereConnection arg0,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext arg1)
public static void dumpPythonScript(java.lang.String arg0,
java.lang.String arg1)