Package io.jenkins.plugins.azuresdk
Class HttpClientRetriever
java.lang.Object
io.jenkins.plugins.azuresdk.HttpClientRetriever
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.azure.core.http.HttpClient
get()
Jenkins class loader prevents the built in auto-detection from working need to pass an explicit http client.static com.azure.core.http.HttpClient
get
(ProxyConfiguration proxy)
-
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 useget(ProxyConfiguration)
-
get
-