Uses of Class
jetbrains.buildServer.vcs.VcsIncludeRulesException
-
Packages that use VcsIncludeRulesException Package Description jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl jetbrains.buildServer.vcs.utils -
-
Uses of VcsIncludeRulesException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs with parameters of type VcsIncludeRulesException Modifier and Type Method Description void
ChangesLoaderLogger. logErrorCollectionByCommonRule(LoadChangesRequest state, VcsIncludeRulesException e)
2.1 Collection of changes by combined checkout rule may failedvoid
ChangesLoaderLoggerImpl. logErrorCollectionByCommonRule(LoadChangesRequest state, VcsIncludeRulesException e)
-
Uses of VcsIncludeRulesException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsIncludeRulesException Modifier and Type Method Description void
BuildStartChangesLoaderLogger. logErrorCollectionByCommonRule(LoadChangesRequest state, VcsIncludeRulesException e)
-
Uses of VcsIncludeRulesException in jetbrains.buildServer.vcs.utils
Methods in jetbrains.buildServer.vcs.utils that throw VcsIncludeRulesException Modifier and Type Method Description static void
VcsPluginUtil. processIncludeRules(CheckoutRules rules, VcsPluginUtil.IncludeRuleHandler processor)
Process each include rule from checkout rules.
-