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 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 RepositoryUrlModifier and TypeMethodDescriptionGitScmProviderRepository.getFetchInfo()GitScmProviderRepository.getPushInfo()private RepositoryUrlParse the given url string and store all the extracted information in aRepositoryUrlMethods in org.apache.maven.scm.provider.git.repository with parameters of type RepositoryUrlModifier and TypeMethodDescriptionprivate StringGitScmProviderRepository.getUrl(RepositoryUrl repoUrl) private StringGitScmProviderRepository.parseHostAndPort(RepositoryUrl repoUrl, String url) Parse server and port from the given url and fill it into the given RepositoryUrl.private StringGitScmProviderRepository.parseProtocol(RepositoryUrl repoUrl, String url) Parse the protocol from the given url and fill it into the given RepositoryUrl.private StringGitScmProviderRepository.parseUserInfo(RepositoryUrl repoUrl, String url) Parse the user information from the given url and fill user name and password into the given RepositoryUrl.