| Class | Description |
|---|---|
| HTTPRepository | |
| HTTPRepositoryClient | |
| HTTPRepositoryClient.HTTPRepositoryProfile | |
| HTTPRepositoryPlugin | |
| RepositoryCache<V> |
This cache associates a unique entry to a defined set of repository's parameters
This allows to track resources associated to a run
This cache is based on:
- An HashMap, that keep in cache the entries currently used by at least one execution
- An optional com.google.common.cache.LoadingCache that keep track of the entries currently not used
The constructor allows callbacks to create, update or delete the resources and manage the LoadingCache
|
| RepositoryCache.Entry<V> | |
| StepJarParser |
Copyright © 2020. All rights reserved.