|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xebialabs.deployit.util.SingleTypeHandlingRunBook<T>
public abstract class SingleTypeHandlingRunBook<T extends java.io.Serializable>
| Constructor Summary | |
|---|---|
SingleTypeHandlingRunBook(java.lang.Class<T> ciType)
|
|
| Method Summary | |
|---|---|
protected abstract void |
resolve(Change<T> change,
ChangePlan changePlan,
java.util.List<Step> steps)
|
java.util.Collection<ChangeResolution> |
resolve(ChangePlan changePlan)
Invoked by the Deployit core when the changes in a changeplan have been modified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleTypeHandlingRunBook(java.lang.Class<T> ciType)
| Method Detail |
|---|
public java.util.Collection<ChangeResolution> resolve(ChangePlan changePlan)
RunBookChangeResolutions.
resolve in interface RunBookchangePlan - the changeplan to resolve
ChangeResolutions that represent what needs to be done to make the changes happen.
protected abstract void resolve(Change<T> change,
ChangePlan changePlan,
java.util.List<Step> steps)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||