com.xebialabs.deployit.plugin.generic.step
Class GenericBaseStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.generic.step.BaseStep
      extended by com.xebialabs.deployit.plugin.generic.step.GenericBaseStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step, java.io.Serializable

Deprecated. replaced by BaseDeploymentStep

@Deprecated
public abstract class GenericBaseStep
extends BaseStep

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.generic.step.BaseStep
container, ctx, FREEMARKER_FILE_EXT, logger, remoteConn
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER
 
Constructor Summary
protected GenericBaseStep(int order, com.xebialabs.deployit.plugin.overthere.HostContainer container)
          Deprecated.  
protected GenericBaseStep(int order, java.lang.String description, com.xebialabs.deployit.plugin.overthere.HostContainer container)
          Deprecated.  
 
Method Summary
 com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
          Deprecated.  
 int getOrder()
          Deprecated.  
 
Methods inherited from class com.xebialabs.deployit.plugin.generic.step.BaseStep
classpathResourceExists, createOrReplaceHostFile, disconnect, doExecute, evaluateTemplate, 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
 

Constructor Detail

GenericBaseStep

protected GenericBaseStep(int order,
                          java.lang.String description,
                          com.xebialabs.deployit.plugin.overthere.HostContainer container)
Deprecated. 

GenericBaseStep

protected GenericBaseStep(int order,
                          com.xebialabs.deployit.plugin.overthere.HostContainer container)
Deprecated. 
Method Detail

getOrder

public int getOrder()
Deprecated. 

execute

public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
                                                            throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception