Uses of Interface
jetbrains.buildServer.vcs.CollectChangesByIncludeRules
-
Packages that use CollectChangesByIncludeRules Package Description jetbrains.buildServer.vcs.utils -
-
Uses of CollectChangesByIncludeRules in jetbrains.buildServer.vcs.utils
Methods in jetbrains.buildServer.vcs.utils with parameters of type CollectChangesByIncludeRules Modifier and Type Method Description static List<ModificationData>
VcsPluginUtil. collectBuildChanges(VcsRoot root, String fromVersion, String toVersion, CheckoutRules commonRule, CollectChangesByIncludeRules collector)
Util method, can be used with CollectChangesByIncludeRules to collect all changes for a set of CheckoutRules
-