Class URLUtils
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.impl.util.URLUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
normalizeURL
(String serverURL) Fix a server URL.static String
removeAuthority
(String url)
-
Method Details
-
removeAuthority
-
normalizeURL
Fix a server URL.- Parameters:
serverURL
- the server URL.- Returns:
- the normalized server URL.
-