Class HttpUrl


  • public class HttpUrl
    extends Object
    Stub HttpUrl to match OkHttp HttpUrl builder behaviour. This uses Spring's UriBuilder as that's provided in the Jenkins core libraries. Other option would be javax.ws.rs.core.UriBuilder but that'd add a new dependency.
    • Constructor Detail

      • HttpUrl

        public HttpUrl​(URI apiBaseUri)