Interface TestConnectionSupport

    • Method Detail

      • testConnection

        @Nullable
        String testConnection​(@NotNull
                              VcsRoot vcsRoot)
                       throws VcsException
        Called to test connection to the given VCS root.
        Parameters:
        vcsRoot - root to be tested
        Returns:
        current connection description or null if no additional information shall be displayed to the user in case of successful connection.
        Throws:
        VcsException - - throw this exception if connection failed