Package jenkins.plugins.slack
Class HttpClient
java.lang.Object
jenkins.plugins.slack.HttpClient
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class HttpClient
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.http.impl.client.CloseableHttpClient
static org.apache.http.impl.client.HttpClientBuilder
-
Constructor Details
-
HttpClient
public HttpClient()
-
-
Method Details
-
getCloseableHttpClientBuilder
public static org.apache.http.impl.client.HttpClientBuilder getCloseableHttpClientBuilder(ProxyConfiguration proxy) -
getCloseableHttpClient
public static org.apache.http.impl.client.CloseableHttpClient getCloseableHttpClient(ProxyConfiguration proxy)
-