com.xebialabs.deployit.plugin.tomcat.step
Class TomcatDeploymentStepBase

java.lang.Object
  extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
      extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatDeploymentStepBase
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable
Direct Known Subclasses:
TomcatDeployApplicationStep, TomcatHttpBasedDeployApplicationStep, TomcatHttpBasedUnDeployApplicationStep, TomcatUnDeployApplicationStep

public abstract class TomcatDeploymentStepBase
extends TomcatStepBase

See Also:
Serialized Form

Field Summary
protected  com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact
           
 
Fields inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
contextRoot, description, server, STEP_RESOURCES_PATH
 
Constructor Summary
protected TomcatDeploymentStepBase(TomcatServer server, com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact, java.lang.String contextRoot)
           
 
Method Summary
protected  java.lang.String getArtifactTargetFileName()
           
protected  java.lang.String getDeployedArtifactPath()
           
protected  java.lang.String getExplodedWarTargetFileName()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
getContextFilePathOnServer, getDescription, isContextSet, setDescription
 
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.Step
execute
 

Field Detail

artifact

protected com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact
Constructor Detail

TomcatDeploymentStepBase

protected TomcatDeploymentStepBase(TomcatServer server,
                                   com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact,
                                   java.lang.String contextRoot)
Method Detail

getArtifactTargetFileName

protected java.lang.String getArtifactTargetFileName()

getExplodedWarTargetFileName

protected java.lang.String getExplodedWarTargetFileName()

getDeployedArtifactPath

protected java.lang.String getDeployedArtifactPath()


Copyright © 2010. All Rights Reserved.