| Interface | Description |
|---|---|
| DefaultWorkerExecutorHelper.DefaultWorkParameters | |
| HttpClientFactory |
Factory for Apache
CloseableHttpClient objects |
| Job |
An asynchronous job executed by a
WorkerExecutorHelper |
| Class | Description |
|---|---|
| CachingHttpClientFactory |
An implementation of
HttpClientFactory that caches created clients
until the CachingHttpClientFactory.close() method is called. |
| CustomHttpRequestRetryStrategy |
A custom strategy that logs every retry attempt and retries requests on any
exception but
UnknownHostException |
| DefaultHttpClientFactory |
Default implementation of
HttpClientFactory. |
| DefaultWorkerExecutorHelper |
Default implementation of
WorkerExecutorHelper that executes
Jobs asynchronously using the Gradle Worker API |
| DefaultWorkerExecutorHelper.DefaultWorkAction | |
| InsecureHostnameVerifier |
An insecure host name verifier that accepts everything
|
| InsecureTrustManager |
An insecure trust manager that accepts all certificates.
|
| LegacyWorkerExecutorHelper |
Executes jobs asynchronously with an
ExecutorService on Gradle
versions where the Worker API is not available |
| ProgressLoggerWrapper |
Wraps around Gradle's internal progress logger.
|
| WorkerExecutorHelper |
Executes jobs asynchronously.
|