Uses of Interface
jetbrains.buildServer.artifacts.URLContentRetriever
-
Packages that use URLContentRetriever Package Description jetbrains.buildServer.agent.impl.cache jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of URLContentRetriever in jetbrains.buildServer.agent.impl.cache
Methods in jetbrains.buildServer.agent.impl.cache with parameters of type URLContentRetriever Modifier and Type Method Description FileCacheAgentArtifactCacheProviderImpl. getHttpCache(URLContentRetriever transport) -
Uses of URLContentRetriever in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts that return URLContentRetriever Modifier and Type Method Description URLContentRetrieverTransportFactoryExtension. getTransport(Map<String,String> parameters)Factory method to produce transports used to retrieve artifact dependencies from server.Methods in jetbrains.buildServer.artifacts with parameters of type URLContentRetriever Modifier and Type Method Description FileCacheArtifactCacheProvider. getHttpCache(URLContentRetriever transport)Get cache instance. -
Uses of URLContentRetriever in jetbrains.buildServer.artifacts.impl
Classes in jetbrains.buildServer.artifacts.impl that implement URLContentRetriever Modifier and Type Class Description classCompositeURLContentRetrieverComposite URL retriever delegating execution to all instances one-by-one until any returns value.static classFilesystemTransportFactory.FilesystemTransportclassHttpTransportAuthor: Nikita.Skvortsov Date: 1/18/11Methods in jetbrains.buildServer.artifacts.impl that return URLContentRetriever Modifier and Type Method Description URLContentRetrieverFilesystemTransportFactory. getTransport(Map<String,String> parameters)URLContentRetrieverHttpArtifactTransportFactory. getTransport(Map<String,String> parameters)URLContentRetrieverTransportFactoriesFacade. getURLContentRetriever()Methods in jetbrains.buildServer.artifacts.impl that return types with arguments of type URLContentRetriever Modifier and Type Method Description Collection<URLContentRetriever>CompositeURLContentRetriever. getUrlContentRetrievers()List<URLContentRetriever>TransportFactoriesFacade. getURLContentRetrievers()Methods in jetbrains.buildServer.artifacts.impl with parameters of type URLContentRetriever Modifier and Type Method Description FileHttpDiskCache. getFile(String key, URLContentRetriever transport)FileCacheDirectoryCacheProviderImpl. getHttpCache(URLContentRetriever transport)booleanHttpDiskCache. isValid(String key, URLContentRetriever transport)Constructors in jetbrains.buildServer.artifacts.impl with parameters of type URLContentRetriever Constructor Description HttpCacheImpl(HttpDiskCache diskCache, URLContentRetriever transport)RecoverableContentFetcher(URLContentRetriever transport, DownloadedArtifacts downloadedArtifacts)TeamCityArtifactAccessor(URLContentRetriever retriever, String serverUrl, DownloadedArtifacts downloadedArtifacts)TeamCityArtifactAccessor(URLContentRetriever retriever, DownloadedArtifacts downloadedArtifacts, String serverUrl, ArtifactCacheProvider cacheProvider)Constructor parameters in jetbrains.buildServer.artifacts.impl with type arguments of type URLContentRetriever Constructor Description CompositeURLContentRetriever(List<URLContentRetriever> urlContentRetrievers, DownloadedArtifacts downloadedArtifacts)
-