Class AbstractNotifierConfig
java.lang.Object
org.jenkinsci.plugins.githubautostatus.config.AbstractNotifierConfig
- Direct Known Subclasses:
HttpNotifierConfig,InfluxDbNotifierConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.impl.client.CloseableHttpClientgetHttpClient(boolean ignoreSSL) Gets an HTTP client that can be used to make requests.
-
Constructor Details
-
AbstractNotifierConfig
public AbstractNotifierConfig()
-
-
Method Details
-
getHttpClient
public org.apache.http.impl.client.CloseableHttpClient getHttpClient(boolean ignoreSSL) throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException Gets an HTTP client that can be used to make requests.- Returns:
- HTTP client
- Throws:
KeyStoreExceptionNoSuchAlgorithmExceptionKeyManagementException
-