com.xebialabs.deployit
Interface RunBook

All Known Implementing Classes:
HostConnectionRunbook, SingleTypeHandlingRunBook

public interface RunBook

Implements the logic to translate a ChangePlan into a collection of ChangeResolutions.


Method Summary
 java.util.Collection<ChangeResolution> resolve(ChangePlan changeplan)
          Invoked by the Deployit core when the changes in a changeplan have been modified.
 

Method Detail

resolve

java.util.Collection<ChangeResolution> resolve(ChangePlan changeplan)
Invoked by the Deployit core when the changes in a changeplan have been modified. The implementation of this interface should resolve the changes into a collection of ChangeResolutions.

Parameters:
changeplan - the changeplan to resolve
Returns:
a collection of ChangeResolutions that represent what needs to be done to make the changes happen.


Copyright © 2010. All Rights Reserved.