com.xebialabs.deployit.plugin.was.step
Class CreateWasVirtualHostStep
java.lang.Object
com.xebialabs.deployit.plugin.was.step.WasStepBase
com.xebialabs.deployit.plugin.was.step.CreateWasVirtualHostStep
- All Implemented Interfaces:
- com.xebialabs.deployit.Step, java.io.Serializable
public class CreateWasVirtualHostStep
- extends WasStepBase
Creates a
Virtual Host in a WasCell.
- See Also:
- Serialized Form
|
Method Summary |
boolean |
execute(com.xebialabs.deployit.StepExecutionContext ctx)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATE_VIRTUAL_HOST_SCRIPT_RESOURCE_PATH
protected static final java.lang.String CREATE_VIRTUAL_HOST_SCRIPT_RESOURCE_PATH
- See Also:
- Constant Field Values
vhostName
protected java.lang.String vhostName
CreateWasVirtualHostStep
public CreateWasVirtualHostStep(WasCell cell,
java.lang.String vhostName)
CreateWasVirtualHostStep
public CreateWasVirtualHostStep(com.xebialabs.deployit.ci.Host cellHost,
WasCell cell,
java.lang.String vhostName)
- Deprecated. Use the constructor that does not take a Host parameter instead.
execute
public boolean execute(com.xebialabs.deployit.StepExecutionContext ctx)
Copyright © 2010. All Rights Reserved.