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

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

public class CreateWasClusterStep
extends WasStepBase

Creates a WasCluster in a WasCell

See Also:
Serialized Form

Field Summary
protected  WasCluster cluster
           
protected static java.lang.String SCRIPT_NAME
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWasClusterStep(com.xebialabs.deployit.ci.Host cellHost, WasCell cell, WasCluster cluster)
           
CreateWasClusterStep(WasCluster cluster)
           
 
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

SCRIPT_NAME

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

cluster

protected WasCluster cluster
Constructor Detail

CreateWasClusterStep

public CreateWasClusterStep(WasCluster cluster)

CreateWasClusterStep

public CreateWasClusterStep(com.xebialabs.deployit.ci.Host cellHost,
                            WasCell cell,
                            WasCluster cluster)
Method Detail

execute

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


Copyright © 2009. All Rights Reserved.