com.xebialabs.deployit.plugin.wls.step
Class StopApplicationStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.step.WlsStepBase
      extended by com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
          extended by com.xebialabs.deployit.plugin.wls.step.StopApplicationStep
All Implemented Interfaces:
com.xebialabs.deployit.Step, java.io.Serializable

public class StopApplicationStep
extends SimpleWlstExecutingStep

Stops a deployed application.

See Also:
Serialized Form

Field Summary
private static java.lang.String STOP_APPLICATION_SCRIPT_RESOURCES_PATH
           
 
Fields inherited from class com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
scriptArgs, scriptResourcePath
 
Fields inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase
description, domain, STEP_RESOURCES_PATH
 
Constructor Summary
StopApplicationStep(WlsCluster cluster, com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact)
           
StopApplicationStep(WlsServer server, com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.step.SimpleWlstExecutingStep
execute
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.step.WlsStepBase
executeWlstJythonScriptResource, executeWlstJythonScriptResource, getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STOP_APPLICATION_SCRIPT_RESOURCES_PATH

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

StopApplicationStep

public StopApplicationStep(WlsCluster cluster,
                           com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact)

StopApplicationStep

public StopApplicationStep(WlsServer server,
                           com.xebialabs.deployit.ci.artifact.NamedDeployableArtifact artifact)


Copyright © 2010. All Rights Reserved.