com.xebialabs.deployit.plugin.wls.runbook
Class WlsSingleTypeHandlingRunBook<T extends java.io.Serializable>

java.lang.Object
  extended by 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
           
 
Constructor Summary
WlsSingleTypeHandlingRunBook(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
 

Field Detail

ciType

private java.lang.Class<?> ciType
Constructor Detail

WlsSingleTypeHandlingRunBook

public WlsSingleTypeHandlingRunBook(java.lang.Class<?> ciType)
Method Detail

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.