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 voidChangesLoaderLogger. logErrorCollectionByCommonRule(LoadChangesRequest state, VcsIncludeRulesException e)2.1 Collection of changes by combined checkout rule may failedvoidChangesLoaderLoggerImpl. 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 voidBuildStartChangesLoaderLogger. 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 voidVcsPluginUtil. processIncludeRules(CheckoutRules rules, VcsPluginUtil.IncludeRuleHandler processor)Process each include rule from checkout rules.
-