Uses of Package
jetbrains.buildServer.vcshostings.url
-
Packages that use jetbrains.buildServer.vcshostings.url Package Description jetbrains.buildServer.vcshostings.url -
Classes in jetbrains.buildServer.vcshostings.url used by jetbrains.buildServer.vcshostings.url Class Description InvalidUriException 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 path