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 AgentCheckoutAbilityAssert2AgentAsserts. 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 AgentCheckoutAbilityCheckoutSupport. 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 AgentCheckoutAbilityAgentCheckoutAbility. canCheckout()Agent-side checkout is possible.AgentCheckoutAbilityAgentVcsSupport. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)AgentCheckoutAbilityAgentVcsSupportCore. canCheckout(VcsRoot vcsRoot, CheckoutRules checkoutRules, AgentRunningBuild build)Check whether this Vcs Support can checkout sources from the specified vcs root.static AgentCheckoutAbilityAgentCheckoutAbility. canNotCheckout(String details)Agent-side checkout is not possible due to any non-standard reasonstatic AgentCheckoutAbilityAgentCheckoutAbility. notSupportedCheckoutRules(String optionalDetails)Agent-side checkout is not possible due to complex specified checkout rules.static AgentCheckoutAbilityAgentCheckoutAbility. notSure()Vcs plugin doesn't know whether agent-side checkout is possible or not.static AgentCheckoutAbilityAgentCheckoutAbility. 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 AgentVcsSupportBuilderAgentVcsSupportBuilder. withCanCheckoutResult(AtomicReference<AgentCheckoutAbility> canCheckoutResult)Constructors in jetbrains.buildServer.agent.vcs with parameters of type AgentCheckoutAbility Constructor Description AgentCheckoutAbilityAssert2(AgentCheckoutAbility actual)
-