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