@Deprecated public interface CollectChangesBetweenRoots extends CollectChangesByCheckoutRules
Modifier and Type | Method and Description |
---|---|
java.util.List<ModificationData> |
collectChanges(VcsRoot fromRoot,
java.lang.String fromVersion,
VcsRoot toRoot,
java.lang.String toVersion,
CheckoutRules checkoutRules)
Deprecated.
Collect changes between roots.
|
collectChanges
@NotNull java.util.List<ModificationData> collectChanges(@NotNull VcsRoot fromRoot, @NotNull java.lang.String fromVersion, @NotNull VcsRoot toRoot, @Nullable java.lang.String toVersion, @NotNull CheckoutRules checkoutRules) throws VcsException
fromRoot
- root from which to collect changesfromVersion
- fromRoot versiontoRoot
- root to which changes should be collectedtoVersion
- toRoot versioncheckoutRules
- rulesVcsException
- in the case of any errors