com.xebialabs.deployit.plugin.wls.runbook
Class WlsSingleTypeHandlingRunBook<T extends java.io.Serializable>
java.lang.Object
com.xebialabs.deployit.plugin.wls.runbook.WlsSingleTypeHandlingRunBook<T>
- All Implemented Interfaces:
- com.xebialabs.deployit.RunBook
- Direct Known Subclasses:
- WlsDeploymentRunBook
public abstract class WlsSingleTypeHandlingRunBook<T extends java.io.Serializable>
- extends java.lang.Object
- implements com.xebialabs.deployit.RunBook
|
Field Summary |
private java.lang.Class<?> |
ciType
|
|
Method Summary |
java.util.Collection<com.xebialabs.deployit.ChangeResolution> |
resolve(com.xebialabs.deployit.ChangePlan changePlan)
|
protected abstract void |
resolve(com.xebialabs.deployit.ChangePlan changePlan,
com.xebialabs.deployit.Change<T> change,
java.util.List<com.xebialabs.deployit.Step> steps)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ciType
private java.lang.Class<?> ciType
WlsSingleTypeHandlingRunBook
public WlsSingleTypeHandlingRunBook(java.lang.Class<?> ciType)
resolve
public java.util.Collection<com.xebialabs.deployit.ChangeResolution> resolve(com.xebialabs.deployit.ChangePlan changePlan)
- Specified by:
resolve in interface com.xebialabs.deployit.RunBook
resolve
protected abstract void resolve(com.xebialabs.deployit.ChangePlan changePlan,
com.xebialabs.deployit.Change<T> change,
java.util.List<com.xebialabs.deployit.Step> steps)
Copyright © 2009. All Rights Reserved.