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

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

public class CreateWasManagedApacheWebServerStep
extends WasStepBase

Creates a WasManagedApacheHttpdServer on a WasNode that is part of a WasCell

See Also:
Serialized Form

Field Summary
private static java.lang.String CREATE_WAS_MANAGED_APACHE_WEB_SERVER_SCRIPT_RESOURCE_PATH
           
private  WasManagedApacheHttpdServer webserver
           
 
Fields inherited from class com.xebialabs.deployit.plugin.was.step.WasStepBase
cell, description, STEP_RESOURCES_PATH
 
Constructor Summary
CreateWasManagedApacheWebServerStep(WasManagedApacheHttpdServer webserver)
           
 
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

CREATE_WAS_MANAGED_APACHE_WEB_SERVER_SCRIPT_RESOURCE_PATH

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

webserver

private WasManagedApacheHttpdServer webserver
Constructor Detail

CreateWasManagedApacheWebServerStep

public CreateWasManagedApacheWebServerStep(WasManagedApacheHttpdServer webserver)
Method Detail

execute

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


Copyright © 2009. All Rights Reserved.