Class SvnScmProviderRepository

    • Method Detail

      • getTagBase

        public String getTagBase()
        Returns the url/directory to be used when tagging this repository.
      • setTagBase

        public void setTagBase​(String tagBase)
        Sets the url/directory to be used when tagging this repository. The TagBase is a way to override the default tag location for the repository. The default tag location is automatically determined for repositories in the standard subversion layout (with /tags /branches /trunk). Specify this value only if the repository is using a directory other than "/tags" for tagging.
        Parameters:
        tagBase - an absolute or relative url to the base directory to create tags in. URL should be in a format that svn client understands, not the scm url format.
      • getBranchBase

        public String getBranchBase()
        Returns the url/directory to be used when tagging this repository.
      • setBranchBase

        public void setBranchBase​(String branchBase)
        Sets the url/directory to be used when branching this repository. The BranchBase is a way to override the default branch location for the repository. The default branch location is automatically determined for repositories in the standard subversion layout (with /tags /branches /trunk). Specify this value only if the repository is using a directory other than "/branches" for branching.
        Parameters:
        branchBase - an absolute or relative url to the base directory to create branch in. URL should be in a format that svn client understands, not the scm url format.
      • getProtocol

        public String getProtocol()
        Get the protocol used in this repository (file://, http://, https://,...)
        Returns:
        the protocol