com.xebialabs.deployit.plugin.jbossas.step
Class JbossasUndeployApplicationStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
      extended by com.xebialabs.deployit.plugin.jbossas.step.JbossasDeploymentStepBase
          extended by com.xebialabs.deployit.plugin.jbossas.step.JbossasUndeployApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class JbossasUndeployApplicationStep
extends JbossasDeploymentStepBase

Undeploys a Ear or a War from a JbossasServer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasDeploymentStepBase
artifact
 
Fields inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
description, server, STEP_RESOURCES_PATH
 
Constructor Summary
JbossasUndeployApplicationStep(JbossasServer server, com.xebialabs.deployit.ci.artifact.Ear ear)
           
JbossasUndeployApplicationStep(JbossasServer server, com.xebialabs.deployit.ci.artifact.War war)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
Methods inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasDeploymentStepBase
getArtifactTargetFileName
 
Methods inherited from class com.xebialabs.deployit.plugin.jbossas.step.JbossasStepBase
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbossasUndeployApplicationStep

public JbossasUndeployApplicationStep(JbossasServer server,
                                      com.xebialabs.deployit.ci.artifact.Ear ear)

JbossasUndeployApplicationStep

public JbossasUndeployApplicationStep(JbossasServer server,
                                      com.xebialabs.deployit.ci.artifact.War war)
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.