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