Uses of Interface
com.xebialabs.deployit.ChangePlan

Packages that use ChangePlan
com.xebialabs.deployit Contains the core classes, interfaces and annotations for the Deployit plugin API. 
com.xebialabs.deployit.runbook   
com.xebialabs.deployit.util Provides a number of utility classes. 
 

Uses of ChangePlan in com.xebialabs.deployit
 

Methods in com.xebialabs.deployit with parameters of type ChangePlan
 java.util.Collection<ChangeResolution> RunBook.resolve(ChangePlan changeplan)
          Invoked by the Deployit core when the changes in a changeplan have been modified.
 

Uses of ChangePlan in com.xebialabs.deployit.runbook
 

Methods in com.xebialabs.deployit.runbook with parameters of type ChangePlan
protected  void HostConnectionRunbook.resolve(Change<Host> change, ChangePlan changePlan, java.util.List<Step> steps)
           
 

Uses of ChangePlan in com.xebialabs.deployit.util
 

Methods in com.xebialabs.deployit.util with parameters of type ChangePlan
protected abstract  void SingleTypeHandlingRunBook.resolve(Change<T> change, ChangePlan changePlan, java.util.List<Step> steps)
           
 java.util.Collection<ChangeResolution> SingleTypeHandlingRunBook.resolve(ChangePlan changePlan)
           
 



Copyright © 2010. All Rights Reserved.