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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
      extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatDeploymentStepBase
          extended by com.xebialabs.deployit.plugin.tomcat.step.TomcatHttpBasedUnDeployApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class TomcatHttpBasedUnDeployApplicationStep
extends TomcatDeploymentStepBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatDeploymentStepBase
artifact
 
Fields inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatStepBase
contextRoot, description, server, STEP_RESOURCES_PATH
 
Constructor Summary
TomcatHttpBasedUnDeployApplicationStep(TomcatServer oldTarget, com.xebialabs.deployit.ci.artifact.War oldSource)
           
TomcatHttpBasedUnDeployApplicationStep(TomcatServer oldTarget, com.xebialabs.deployit.ci.artifact.War oldSource, java.lang.String contextPath)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.tomcat.step.TomcatDeploymentStepBase
getArtifactTargetFileName, getDeployedArtifactPath, 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
 

Constructor Detail

TomcatHttpBasedUnDeployApplicationStep

public TomcatHttpBasedUnDeployApplicationStep(TomcatServer oldTarget,
                                              com.xebialabs.deployit.ci.artifact.War oldSource)

TomcatHttpBasedUnDeployApplicationStep

public TomcatHttpBasedUnDeployApplicationStep(TomcatServer oldTarget,
                                              com.xebialabs.deployit.ci.artifact.War oldSource,
                                              java.lang.String contextPath)
Method Detail

execute

public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)


Copyright © 2010. All Rights Reserved.