Interface AgentVcsRegistry

  • All Known Subinterfaces:
    AgentVcsRegistryEx
    All Known Implementing Classes:
    AgentVcsRegistryImpl2

    public interface AgentVcsRegistry
    Vcs on agent plugins manager. Every VCS plugin must implement AgentVcsSupportContext interface. It's highly recommended to extend AgentVcsSupport class for it. You do not need to register implementation in the Registry explicitly if you register it as spring bean.
    Since:
    4.5
    • Method Detail

      • registerVcsSupport

        void registerVcsSupport​(@NotNull
                                AgentVcsSupportContext context)
        Registers an implementation of Vcs Support for build agent.
        Parameters:
        context - user's implementation