com.xebialabs.deployit.plugin.was.step
Class WasUndeployApplicationStep
java.lang.Object
com.xebialabs.deployit.plugin.was.step.WasStepBase
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
|
Method Summary |
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact |
getApplication()
|
private void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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.