java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.impl.util.URLUtils

public final class URLUtils extends Object
  • Method Details

    • removeAuthority

      @Nullable public static String removeAuthority(@CheckForNull String url)
    • normalizeURL

      @CheckForNull public static String normalizeURL(@CheckForNull String serverURL)
      Fix a server URL.
      Parameters:
      serverURL - the server URL.
      Returns:
      the normalized server URL.