com.xebialabs.deployit.plugin.was.step
Class WasUndeployApplicationStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.step.WasStepBase
      extended by com.xebialabs.deployit.plugin.was.step.WasUndeployApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class WasUndeployApplicationStep
extends WasStepBase

Undeploys a NamedDeployableArtifact from a WasCluster

See Also:
Serialized Form

Field Summary
private  com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application
           
protected static java.lang.String UNDEPLOY_APPLICATION_SCRIPT_RESOURCE_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
WasUndeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.Ear ear)
           
WasUndeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)
           
WasUndeployApplicationStep(WasCell cell, com.xebialabs.deployit.ci.artifact.War war)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact getApplication()
           
private  void init()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, executeWsadminJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNDEPLOY_APPLICATION_SCRIPT_RESOURCE_PATH

protected static final java.lang.String UNDEPLOY_APPLICATION_SCRIPT_RESOURCE_PATH
See Also:
Constant Field Values

application

private com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application
Constructor Detail

WasUndeployApplicationStep

public WasUndeployApplicationStep(WasCell cell,
                                  com.xebialabs.deployit.ci.artifact.Ear ear)

WasUndeployApplicationStep

public WasUndeployApplicationStep(WasCell cell,
                                  com.xebialabs.deployit.ci.artifact.War war)

WasUndeployApplicationStep

public WasUndeployApplicationStep(WasCell cell,
                                  com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)
Method Detail

init

private void init()

execute

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

getApplication

public com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact getApplication()


Copyright © 2009. All Rights Reserved.