Uses of Class
org.apache.maven.scm.provider.git.repository.RepositoryUrl
-
Packages that use RepositoryUrl Package Description org.apache.maven.scm.provider.git.repository -
-
Uses of RepositoryUrl in org.apache.maven.scm.provider.git.repository
Fields in org.apache.maven.scm.provider.git.repository declared as RepositoryUrl Modifier and Type Field Description private RepositoryUrlGitScmProviderRepository. fetchInfoThe URL used to fetch from the upstream repository.private RepositoryUrlGitScmProviderRepository. pushInfoThe URL used to push to the upstream repository.Methods in org.apache.maven.scm.provider.git.repository that return RepositoryUrl Modifier and Type Method Description RepositoryUrlGitScmProviderRepository. getFetchInfo()RepositoryUrlGitScmProviderRepository. getPushInfo()private RepositoryUrlGitScmProviderRepository. parseUrl(java.lang.String url)Parse the given url string and store all the extracted information in aRepositoryUrlMethods in org.apache.maven.scm.provider.git.repository with parameters of type RepositoryUrl Modifier and Type Method Description private java.lang.StringGitScmProviderRepository. getUrl(RepositoryUrl repoUrl)private java.lang.StringGitScmProviderRepository. parseHostAndPort(RepositoryUrl repoUrl, java.lang.String url)Parse server and port from the given url and fill it into the given RepositoryUrl.private java.lang.StringGitScmProviderRepository. parseProtocol(RepositoryUrl repoUrl, java.lang.String url)Parse the protocol from the given url and fill it into the given RepositoryUrl.private java.lang.StringGitScmProviderRepository. parseUserInfo(RepositoryUrl repoUrl, java.lang.String url)Parse the user information from the given url and fill user name and password into the given RepositoryUrl.
-