Uses of Interface
jetbrains.buildServer.agent.vcs.UpdatePolicy
-
Packages that use UpdatePolicy Package Description jetbrains.buildServer.agent.impl.vcs jetbrains.buildServer.agent.vcs -
-
Uses of UpdatePolicy in jetbrains.buildServer.agent.impl.vcs
Subinterfaces of UpdatePolicy in jetbrains.buildServer.agent.impl.vcs Modifier and Type Interface Description interfaceCheckoutSupportMethods in jetbrains.buildServer.agent.impl.vcs with parameters of type UpdatePolicy Modifier and Type Method Description UpdateByCheckoutRules2CheckoutByIncludeRuleAdapter. adapt(UpdatePolicy policy) -
Uses of UpdatePolicy in jetbrains.buildServer.agent.vcs
Subinterfaces of UpdatePolicy in jetbrains.buildServer.agent.vcs Modifier and Type Interface Description interfaceUpdateByCheckoutRulesDeprecated.Use UpdateByCheckoutRules2 insteadinterfaceUpdateByCheckoutRules2Implement this interface to support agent side vcs checkout if you want to process CheckoutRules yourself.interfaceUpdateByIncludeRulesDeprecated.use UpdateByIncludeRules2 insteadinterfaceUpdateByIncludeRules2This is a simplest way to implement agent side checkout.Methods in jetbrains.buildServer.agent.vcs that return UpdatePolicy Modifier and Type Method Description abstract UpdatePolicyAgentVcsSupport. getUpdatePolicy()UpdatePolicyAgentVcsSupportContext. getUpdatePolicy()Methods in jetbrains.buildServer.agent.vcs with parameters of type UpdatePolicy Modifier and Type Method Description AgentVcsSupportBuilderAgentVcsSupportBuilder. withUpdatePolicy(UpdatePolicy updatePolicy)
-