Uses of Class
org.apache.maven.scm.provider.git.repository.RepositoryUrl
Packages that use RepositoryUrl
-
Uses of RepositoryUrl in org.apache.maven.scm.provider.git.repository
Fields in org.apache.maven.scm.provider.git.repository declared as RepositoryUrlModifier and TypeFieldDescriptionprivate 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 RepositoryUrlModifier and TypeMethodDescriptionGitScmProviderRepository.getFetchInfo()
GitScmProviderRepository.getPushInfo()
private RepositoryUrl
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 RepositoryUrlModifier and TypeMethodDescriptionprivate String
GitScmProviderRepository.getUrl
(RepositoryUrl repoUrl) private String
GitScmProviderRepository.parseHostAndPort
(RepositoryUrl repoUrl, String url) Parse server and port from the given url and fill it into the given RepositoryUrl.private String
GitScmProviderRepository.parseProtocol
(RepositoryUrl repoUrl, String url) Parse the protocol from the given url and fill it into the given RepositoryUrl.private String
GitScmProviderRepository.parseUserInfo
(RepositoryUrl repoUrl, String url) Parse the user information from the given url and fill user name and password into the given RepositoryUrl.