com.xebialabs.deployit
Interface ChangePlan


public interface ChangePlan

A list of Changes that the user want to apply at the same time.


Method Summary
 java.util.List<Change<?>> getChanges()
          Returns the changes of this change plan.
 

Method Detail

getChanges

java.util.List<Change<?>> getChanges()
Returns the changes of this change plan.

Returns:
a list of Changes (never null).


Copyright © 2010. All Rights Reserved.