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