Interface CheckoutSupport
-
- All Superinterfaces:
AgentExtension
,AgentVcsExtension
,TeamCityExtension
,UpdateByCheckoutRules2
,UpdatePolicy
public interface CheckoutSupport extends UpdateByCheckoutRules2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentCheckoutAbility
canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
-
Methods inherited from interface jetbrains.buildServer.agent.vcs.UpdateByCheckoutRules2
updateSources
-
-
-
-
Method Detail
-
canCheckout
AgentCheckoutAbility canCheckout(@NotNull VcsRoot vcsRoot, @NotNull CheckoutRules checkoutRules, @NotNull AgentRunningBuild build)
-
-