Class AgentCheckoutAbility

    • Method Detail

      • notSure

        public static AgentCheckoutAbility notSure()
        Vcs plugin doesn't know whether agent-side checkout is possible or not. In this case agent can try to perform agent-side checkout before fallback to server-side, but currently it fallbacks immediately.
      • noVcsClientOnAgent

        public static AgentCheckoutAbility noVcsClientOnAgent​(@Nullable
                                                              java.lang.String optionalDetails)
        Agent-side checkout is not possible because native VCS client is not found on the agent or has unsupported version.
      • notSupportedCheckoutRules

        public static AgentCheckoutAbility notSupportedCheckoutRules​(@Nullable
                                                                     java.lang.String optionalDetails)
        Agent-side checkout is not possible due to complex specified checkout rules.
      • canNotCheckout

        public static AgentCheckoutAbility canNotCheckout​(@NotNull
                                                          java.lang.String details)
        Agent-side checkout is not possible due to any non-standard reason
      • isUnknown

        public boolean isUnknown()