Package jetbrains.buildServer.vcshostings.url
-
Class Summary Class Description ServerURI This class parses URI in formats using by TeamCity in defining VCS Root URL http(s) url format: http(s)://[user@]host[:port]{/path}[/] scp url formats (https://man.openbsd.org/scp): [user@]host:[path]{/path}[/] or scheme://[user@]host[:port]{/path}[/] also acceptable: scheme://[user@]host[:port](:)[path]{/path}[/] So in ssh://git@my.company.com:8111/owner/repo 8111 will be considered as port but in git@my.company.com:8111/owner/repo 8111 will be considered as part of the pathServerURIParser -
Exception Summary Exception Description InvalidUriException