public interface CollectChangesBetweenRepositories extends CollectRepositoryChangesPolicy, CollectRepositoryChangesByCheckoutRules
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModificationData> |
collectChanges(VcsRoot fromRepository,
RepositoryStateData fromState,
VcsRoot toRepository,
RepositoryStateData toState,
CheckoutRules checkoutRules)
Collect changes between repositories.
|
collectChangesgetCurrentState@NotNull java.util.List<ModificationData> collectChanges(@NotNull VcsRoot fromRepository, @NotNull RepositoryStateData fromState, @NotNull VcsRoot toRepository, @NotNull RepositoryStateData toState, @NotNull CheckoutRules checkoutRules) throws VcsException
fromRepository - repository from which to collect changesfromState - start point for collecting changes in fromRepositorytoRepository - root to which changes should be collectedtoState - end point for collecting changes in toRepositorycheckoutRules - rulesVcsException - in the case of any errors