Class HttpClientRetriever

java.lang.Object
io.jenkins.plugins.azuresdk.HttpClientRetriever

public class HttpClientRetriever extends Object
  • Constructor Details

    • HttpClientRetriever

      public HttpClientRetriever()
  • Method Details

    • get

      public static com.azure.core.http.HttpClient get()
      Jenkins class loader prevents the built in auto-detection from working need to pass an explicit http client. If this is running on an agent then use get(ProxyConfiguration)
    • get

      public static com.azure.core.http.HttpClient get(ProxyConfiguration proxy)