jetbrains.buildServer.vcs
Interface CollectChangesPolicy

All Known Subinterfaces:
CollectChangesBetweenRoots, CollectChangesByCheckoutRules, CollectChangesByIncludeRules
All Known Implementing Classes:
VcsSupport

public interface CollectChangesPolicy

Base interface for different change collecting policies. An actual implementation should not implement this interface directly but rather implement one of the following subinterfaces: CollectChangesByCheckoutRules, CollectChangesByIncludeRules

Since:
4.5
See Also:
CollectChangesByCheckoutRules, CollectChangesByIncludeRules