com.xebialabs.deployit.plugin.was.runbook
Class WasRunBookBase<T extends java.io.Serializable>

java.lang.Object
  extended by com.xebialabs.deployit.plugin.was.runbook.WasRunBookBase<T>
All Implemented Interfaces:
com.xebialabs.deployit.RunBook
Direct Known Subclasses:
WasClusterRunBook, WasDeploymentRunBook, WasManagedApacheWebServerRunBook

public abstract class WasRunBookBase<T extends java.io.Serializable>
extends java.lang.Object
implements com.xebialabs.deployit.RunBook


Field Summary
private  java.lang.Class<T> ciType
           
 
Constructor Summary
WasRunBookBase(java.lang.Class<T> ciType)
           
 
Method Summary
protected abstract  void resolve(com.xebialabs.deployit.Change<T> change, com.xebialabs.deployit.ChangePlan changePlan, java.util.List<com.xebialabs.deployit.Step> steps)
           
 java.util.Collection<com.xebialabs.deployit.ChangeResolution> resolve(com.xebialabs.deployit.ChangePlan changePlan)
           
 
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<T extends java.io.Serializable> ciType
Constructor Detail

WasRunBookBase

public WasRunBookBase(java.lang.Class<T> 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.Change<T> change,
                                com.xebialabs.deployit.ChangePlan changePlan,
                                java.util.List<com.xebialabs.deployit.Step> steps)


Copyright © 2009. All Rights Reserved.