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

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

public class WasStartApplicationStep
extends ControlApplicationStep

Starts an application on a WasCluster

See Also:
Serialized Form

Field Summary
private static java.lang.String START_APPLICATION_COMMAND
           
private static java.lang.String START_APPLICATION_DESCRIPTION
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
application, applicationManagerCommand, applicationManagerObjectNames, cluster, CONTROL_APPLICATION_SCRIPT_RESOURCE_PATH
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
WasStartApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.Ear ear)
           
WasStartApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)
           
WasStartApplicationStep(WasCluster cluster, com.xebialabs.deployit.ci.artifact.War war)
           
WasStartApplicationStep(WasServer server, com.xebialabs.deployit.ci.artifact.Ear ear)
           
WasStartApplicationStep(WasServer server, com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)
           
WasStartApplicationStep(WasServer server, com.xebialabs.deployit.ci.artifact.War war)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.plugin.was.step.ControlApplicationStep
execute
 
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

START_APPLICATION_COMMAND

private static final java.lang.String START_APPLICATION_COMMAND
See Also:
Constant Field Values

START_APPLICATION_DESCRIPTION

private static final java.lang.String START_APPLICATION_DESCRIPTION
See Also:
Constant Field Values
Constructor Detail

WasStartApplicationStep

public WasStartApplicationStep(WasCluster cluster,
                               com.xebialabs.deployit.ci.artifact.Ear ear)

WasStartApplicationStep

public WasStartApplicationStep(WasCluster cluster,
                               com.xebialabs.deployit.ci.artifact.War war)

WasStartApplicationStep

public WasStartApplicationStep(WasCluster cluster,
                               com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)

WasStartApplicationStep

public WasStartApplicationStep(WasServer server,
                               com.xebialabs.deployit.ci.artifact.Ear ear)

WasStartApplicationStep

public WasStartApplicationStep(WasServer server,
                               com.xebialabs.deployit.ci.artifact.War war)

WasStartApplicationStep

public WasStartApplicationStep(WasServer server,
                               com.xebialabs.deployit.ci.artifact.EjbJar ejbJar)


Copyright © 2010. All Rights Reserved.