Uses of Interface
jetbrains.buildServer.agent.vcs.IncludeRuleUpdater
-
Packages that use IncludeRuleUpdater Package Description jetbrains.buildServer.agent.vcs -
-
Uses of IncludeRuleUpdater in jetbrains.buildServer.agent.vcs
Methods in jetbrains.buildServer.agent.vcs that return IncludeRuleUpdater Modifier and Type Method Description IncludeRuleUpdater
UpdateByIncludeRules. getUpdater(VcsRoot root, CheckoutRules checkoutRules, String toVersion, File checkoutDirectory, BuildProgressLogger logger)
Deprecated.Factory method that is used to create checkout-by-include rule implementation that will be called for each include rule from CheckoutRules.IncludeRuleUpdater
UpdateByIncludeRules2. getUpdater(VcsRoot root, CheckoutRules checkoutRules, String toVersion, File checkoutDirectory, AgentRunningBuild build, boolean cleanCheckoutRequested)
Factory method that is used to create checkout-by-include rule implementation that will be called for each include rule from CheckoutRules.Methods in jetbrains.buildServer.agent.vcs with parameters of type IncludeRuleUpdater Modifier and Type Method Description AgentVcsSupportBuilder
AgentVcsSupportBuilder. withIncludeRuleUpdater(IncludeRuleUpdater includeRuleUpdater)
-