Interface VcsRegistry

    • Method Detail

      • findVcsByName

        @Nullable
        VcsSupportCore findVcsByName​(@NotNull
                                     String name)
        Try to find and return VcsSupport
        Parameters:
        name - name of VcsSupport to find
        Returns:
        Found VcsSupport with given name
        Since:
        4.5
      • getAllVcsCore

        @NotNull
        Collection<VcsSupportCore> getAllVcsCore()
        Returns:
        Collection of all registered VcsSupports
        Since:
        8.0
      • findVcsContextByName

        @Nullable
        VcsSupportContext findVcsContextByName​(@NotNull
                                               String name)
        Deprecated.
        since 8.0, you should use VcsServiceProvider methods to obtain VcsService classes
        Try to find and return VcsSupportContext
        Parameters:
        name - name of VcsSupport to find
        Returns:
        Found VcsSupport with given name
        Since:
        4.5
        See Also:
        VcsServiceProvider