public interface CollectRepositoryChangesByCheckoutRules extends CollectRepositoryChangesPolicy
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModificationData> |
collectChanges(VcsRoot repository,
RepositoryStateData fromState,
RepositoryStateData toState,
CheckoutRules checkoutRules)
Returns changes in repository detected between specified repository states.
|
getCurrentState@NotNull java.util.List<ModificationData> collectChanges(@NotNull VcsRoot repository, @NotNull RepositoryStateData fromState, @NotNull RepositoryStateData toState, @NotNull CheckoutRules checkoutRules) throws VcsException
repository - repository in which to collect changesfromState - start point for collecting changestoState - end point for collecting changescheckoutRules - rulesVcsException - in case of any errors