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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.step.WasStepBase
      extended by com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable
Direct Known Subclasses:
WasStartApplicationStep, WasStopApplicationStep

public abstract class ControlApplicationStep
extends WasStepBase

See Also:
Serialized Form

Field Summary
protected  com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application
           
protected  java.lang.String applicationManagerCommand
           
protected  java.util.List<java.lang.String> applicationManagerObjectNames
           
protected  WasCluster cluster
           
protected static java.lang.String CONTROL_APPLICATION_SCRIPT_RESOURCE_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
protected ControlApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application, java.lang.String applicationManagerCommand, java.lang.String descriptionPrefix)
           
protected ControlApplicationStep(WasServer server, com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application, java.lang.String applicationManagerCommand, java.lang.String descriptionPrefix)
           
 
Method Summary
 boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
           
 
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

CONTROL_APPLICATION_SCRIPT_RESOURCE_PATH

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

cluster

protected WasCluster cluster

application

protected com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application

applicationManagerCommand

protected java.lang.String applicationManagerCommand

applicationManagerObjectNames

protected java.util.List<java.lang.String> applicationManagerObjectNames
Constructor Detail

ControlApplicationStep

protected ControlApplicationStep(WasCluster cluster,
                                 com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application,
                                 java.lang.String applicationManagerCommand,
                                 java.lang.String descriptionPrefix)

ControlApplicationStep

protected ControlApplicationStep(WasServer server,
                                 com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact application,
                                 java.lang.String applicationManagerCommand,
                                 java.lang.String descriptionPrefix)
Method Detail

execute

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


Copyright © 2010. All Rights Reserved.