Package | Description |
---|---|
org.apache.maven.scm.provider.git.repository |
Modifier and Type | Field and Description |
---|---|
private RepositoryUrl |
GitScmProviderRepository.fetchInfo
the URL used to fetch from the upstream repository
|
private RepositoryUrl |
GitScmProviderRepository.pushInfo
the URL used to push to the upstream repository
|
Modifier and Type | Method and 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 a
RepositoryUrl |
Modifier and Type | Method and 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.
|