com.xebialabs.deployit.plugin.wls.step
Class StartWlsTargetStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.python.PythonDeploymentStep
      extended by com.xebialabs.deployit.plugin.wls.step.StartWlsTargetStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentStep, com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext>, java.io.Serializable

public class StartWlsTargetStep
extends com.xebialabs.deployit.plugin.python.PythonDeploymentStep

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
com.xebialabs.deployit.plugin.api.execution.Step.Result
 
Constructor Summary
StartWlsTargetStep(int order, WlsContainer target)
           
 
Method Summary
protected  java.lang.String aggregateScript(com.xebialabs.overthere.OverthereConnection arg0)
           
protected  com.xebialabs.deployit.plugin.api.execution.Step.Result doExecute(com.xebialabs.deployit.plugin.api.execution.ExecutionContext arg0)
           
static void dumpPythonScript(java.lang.String arg0, java.lang.String arg1)
           
protected  int executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.execution.ExecutionContext arg0, com.xebialabs.overthere.OverthereConnection arg1, com.xebialabs.overthere.OverthereFile arg2)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.python.PythonDeploymentStep
execute, getOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartWlsTargetStep

public StartWlsTargetStep(int order,
                          WlsContainer target)
Method Detail

doExecute

protected com.xebialabs.deployit.plugin.api.execution.Step.Result doExecute(com.xebialabs.deployit.plugin.api.execution.ExecutionContext arg0)
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

aggregateScript

protected java.lang.String aggregateScript(com.xebialabs.overthere.OverthereConnection arg0)

executePythonScriptDirectly

protected int executePythonScriptDirectly(com.xebialabs.deployit.plugin.api.execution.ExecutionContext arg0,
                                          com.xebialabs.overthere.OverthereConnection arg1,
                                          com.xebialabs.overthere.OverthereFile arg2)

dumpPythonScript

public static void dumpPythonScript(java.lang.String arg0,
                                    java.lang.String arg1)