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 FileCache
AgentArtifactCacheProviderImpl. getHttpCache(URLContentRetriever transport)
-
Uses of URLContentRetriever in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts that return URLContentRetriever Modifier and Type Method Description URLContentRetriever
TransportFactoryExtension. 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 FileCache
ArtifactCacheProvider. 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 class
CompositeURLContentRetriever
Composite URL retriever delegating execution to all instances one-by-one until any returns value.static class
FilesystemTransportFactory.FilesystemTransport
class
HttpTransport
Author: Nikita.Skvortsov Date: 1/18/11Methods in jetbrains.buildServer.artifacts.impl that return URLContentRetriever Modifier and Type Method Description URLContentRetriever
FilesystemTransportFactory. getTransport(Map<String,String> parameters)
URLContentRetriever
HttpArtifactTransportFactory. getTransport(Map<String,String> parameters)
URLContentRetriever
TransportFactoriesFacade. 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 File
HttpDiskCache. getFile(String key, URLContentRetriever transport)
FileCache
DirectoryCacheProviderImpl. getHttpCache(URLContentRetriever transport)
boolean
HttpDiskCache. 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)
-