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 RepositoryUrl
GitScmProviderRepository. fetchInfo
the URL used to fetch from the upstream repositoryprivate RepositoryUrl
GitScmProviderRepository. pushInfo
the URL used to push to the upstream repositoryMethods in org.apache.maven.scm.provider.git.repository that return RepositoryUrl Modifier and Type Method Description RepositoryUrl
GitScmProviderRepository. getFetchInfo()
RepositoryUrl
GitScmProviderRepository. getPushInfo()
private RepositoryUrl
GitScmProviderRepository. parseUrl(java.lang.String url)
Parse the given url string and store all the extracted information in aRepositoryUrl
Methods in org.apache.maven.scm.provider.git.repository with parameters of type RepositoryUrl Modifier and Type Method Description private java.lang.String
GitScmProviderRepository. getUrl(RepositoryUrl repoUrl)
private java.lang.String
GitScmProviderRepository. 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.String
GitScmProviderRepository. parseProtocol(RepositoryUrl repoUrl, java.lang.String url)
Parse the protocol from the given url and fill it into the given RepositoryUrl.private java.lang.String
GitScmProviderRepository. 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.
-