Uses of Class
jetbrains.buildServer.agent.vcs.AgentCheckoutAbility
-
Packages that use AgentCheckoutAbility Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl.vcs jetbrains.buildServer.agent.vcs -
-
Uses of AgentCheckoutAbility in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent with parameters of type AgentCheckoutAbility Modifier and Type Method Description static AgentCheckoutAbilityAssert2
AgentAsserts. then(AgentCheckoutAbility actual)
-
Uses of AgentCheckoutAbility in jetbrains.buildServer.agent.impl.vcs
Methods in jetbrains.buildServer.agent.impl.vcs that return AgentCheckoutAbility Modifier and Type Method Description AgentCheckoutAbility
CheckoutSupport. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
-
Uses of AgentCheckoutAbility in jetbrains.buildServer.agent.vcs
Methods in jetbrains.buildServer.agent.vcs that return AgentCheckoutAbility Modifier and Type Method Description static AgentCheckoutAbility
AgentCheckoutAbility. canCheckout()
Agent-side checkout is possible.AgentCheckoutAbility
AgentVcsSupport. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
AgentCheckoutAbility
AgentVcsSupportCore. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)
Check whether this Vcs Support can checkout sources from the specified vcs root.static AgentCheckoutAbility
AgentCheckoutAbility. canNotCheckout(String details)
Agent-side checkout is not possible due to any non-standard reasonstatic AgentCheckoutAbility
AgentCheckoutAbility. notSupportedCheckoutRules(String optionalDetails)
Agent-side checkout is not possible due to complex specified checkout rules.static AgentCheckoutAbility
AgentCheckoutAbility. notSure()
Vcs plugin doesn't know whether agent-side checkout is possible or not.static AgentCheckoutAbility
AgentCheckoutAbility. noVcsClientOnAgent(String optionalDetails)
Agent-side checkout is not possible because native VCS client is not found on the agent or has unsupported version.Method parameters in jetbrains.buildServer.agent.vcs with type arguments of type AgentCheckoutAbility Modifier and Type Method Description AgentVcsSupportBuilder
AgentVcsSupportBuilder. withCanCheckoutResult(AtomicReference<AgentCheckoutAbility> canCheckoutResult)
Constructors in jetbrains.buildServer.agent.vcs with parameters of type AgentCheckoutAbility Constructor Description AgentCheckoutAbilityAssert2(AgentCheckoutAbility actual)
-