com.xebialabs.deployit.plugin.was.runbook
Class WasManagedApacheWebServerRunBook
java.lang.Object
com.xebialabs.deployit.plugin.was.runbook.WasRunBookBase<WasManagedApacheHttpdServer>
com.xebialabs.deployit.plugin.was.runbook.WasManagedApacheWebServerRunBook
- All Implemented Interfaces:
- com.xebialabs.deployit.RunBook
public class WasManagedApacheWebServerRunBook
- extends WasRunBookBase<WasManagedApacheHttpdServer>
- implements com.xebialabs.deployit.RunBook
Supports the creation, modification and deletion of a
WAS Managed Apache WebServer.
Conditions
Will trigger if the change plan contains the addition, modification or
deletion of a WAS Managed Apache WebServer.
Actions
Addition:
- Create
WAS Managed Apache WebServer in a cell
All Modifications are handled as Deletion and Addition.
Deletion:
- Delete
WAS Managed Apache WebServer from a cell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.xebialabs.deployit.RunBook |
resolve |
WasManagedApacheWebServerRunBook
public WasManagedApacheWebServerRunBook()
resolve
protected void resolve(com.xebialabs.deployit.Change<WasManagedApacheHttpdServer> change,
com.xebialabs.deployit.ChangePlan changePlan,
java.util.List<com.xebialabs.deployit.Step> steps)
- Specified by:
resolve in class WasRunBookBase<WasManagedApacheHttpdServer>
createWasManagedApacheWebServer
private void createWasManagedApacheWebServer(com.xebialabs.deployit.Change<WasManagedApacheHttpdServer> change,
java.util.List<com.xebialabs.deployit.Step> steps)
destroyWasManagedApacheWebServer
private void destroyWasManagedApacheWebServer(com.xebialabs.deployit.Change<WasManagedApacheHttpdServer> change,
java.util.List<com.xebialabs.deployit.Step> steps)
Copyright © 2009. All Rights Reserved.