public interface CurrentVersionIsExpensiveVcsSupport
Modifier and Type | Method and Description |
---|---|
java.util.List<ModificationData> |
collectBuildChanges(VcsRoot root,
java.lang.String fromVersion,
CheckoutRules checkoutRules)
Deprecated.
Returns list of the changes from the given one to current moment.
|
java.util.List<ModificationData> collectBuildChanges(VcsRoot root, java.lang.String fromVersion, CheckoutRules checkoutRules) throws VcsException
root
- current settings.fromVersion
- collect changes from this version.checkoutRules
- checkout rules built on union of all checkout rules of all configurations connected to the root.
Include rules have 'from' part the same as 'to' one so you can don't map file paths according to include rules.VcsException
- throw this exception if some problem occurred while
collecting changes or changes cannot be collected because of invalid configuration.
Localized message will be shown on the web page for the corresponding project