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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.generic.step.BaseStep<C>
      extended by com.xebialabs.deployit.plugin.generic.step.BaseExecutionStep<com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext>
          extended by com.xebialabs.deployit.plugin.generic.step.ScriptExecutionStep
              extended by com.xebialabs.deployit.plugin.wls.step.StartWlsServerWithScriptStep
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 StartWlsServerWithScriptStep
extends com.xebialabs.deployit.plugin.generic.step.ScriptExecutionStep
implements com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentStep

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
 
Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.generic.step.BaseStep
FREEMARKER_FILE_EXT, logger
 
Constructor Summary
StartWlsServerWithScriptStep(int order, Server server)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.plugin.generic.step.ScriptExecutionStep
execute, getOrder
 
Methods inherited from class com.xebialabs.deployit.plugin.generic.step.BaseExecutionStep
doExecute, executeScript, getArtifact, getClasspathResources, getFileResources, getTemplateClasspathResources, getUploadedArtifactPath, resolveOsSpecificFileName, setArtifact, setClasspathResources, setFileResources, setTemplateClasspathResources, setWorkingDirectory, uploadArtifactIfPresent, uploadClasspathResources, uploadFileResources, uploadScriptToExecute, uploadTemplateClasspathResources
 
Methods inherited from class com.xebialabs.deployit.plugin.generic.step.BaseStep
classpathResourceExists, createOrReplaceHostFile, disconnect, evaluateTemplate, evaluateTemplate, getContainer, getCtx, getDescription, getHostFileSeparator, getHostLineSeparator, getLocalConnection, getRemoteConnection, getRemoteWorkingDirectory, getRemoteWorkingDirPath, handleExecute, hostFileExists, isRetainRemoteWorkingDirOnCompletion, readHostFile, readHostFileLines, readHostXmlFileAsModel, resolveOsSpecificTemplate, setRemoteWorkingDirPath, setRetainRemoteWorkingDirOnCompletion, substringAfterLast, substringAfterLast, uploadToWorkingDirectory, uploadToWorkingDirectory, uploadToWorkingDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentStep
getOrder
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
execute, getDescription
 

Constructor Detail

StartWlsServerWithScriptStep

public StartWlsServerWithScriptStep(int order,
                                    Server server)