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

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.TomcatHttpBasedDeployApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class TomcatHttpBasedDeployApplicationStep
extends TomcatDeploymentStepBase

See Also:
Serialized Form

Field Summary
private  com.xebialabs.deployit.ci.artifact.War war
           
 
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
TomcatHttpBasedDeployApplicationStep(TomcatServer target, com.xebialabs.deployit.ci.artifact.War war)
           
TomcatHttpBasedDeployApplicationStep(TomcatServer target, com.xebialabs.deployit.ci.artifact.War war, java.lang.String contextRoot)
           
 
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
 

Field Detail

war

private com.xebialabs.deployit.ci.artifact.War war
Constructor Detail

TomcatHttpBasedDeployApplicationStep

public TomcatHttpBasedDeployApplicationStep(TomcatServer target,
                                            com.xebialabs.deployit.ci.artifact.War war)

TomcatHttpBasedDeployApplicationStep

public TomcatHttpBasedDeployApplicationStep(TomcatServer target,
                                            com.xebialabs.deployit.ci.artifact.War war,
                                            java.lang.String contextRoot)
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.