Interface UrlSupport

    • Method Detail

      • convertToVcsRootProperties

        @Nullable
        Map<String,​String> convertToVcsRootProperties​(@NotNull
                                                            VcsUrl url)
                                                     throws VcsException
        Converts the given url to a set of VCS root properties valid enough for creating a VCS root.
        Parameters:
        url - url to repository with optional credentials
        Returns:
        the VCS root properties if url belongs to this VCS plugin or null if it does not belong
        Throws:
        VcsException - if URL looks like related to VCS plugin, but properties could not be created because of some problems