Uses of Interface
jetbrains.buildServer.artifacts.impl.DownloadedArtifacts
-
Packages that use DownloadedArtifacts Package Description jetbrains.buildServer.artifacts.impl -
-
Uses of DownloadedArtifacts in jetbrains.buildServer.artifacts.impl
Classes in jetbrains.buildServer.artifacts.impl that implement DownloadedArtifacts Modifier and Type Class Description static class
DownloadedArtifacts.DisabledTracker
Disabled DownloadingArtifactDependencyProgressTracker - doesn't hold any progressclass
DownloadedArtifactsImpl
Methods in jetbrains.buildServer.artifacts.impl that return types with arguments of type DownloadedArtifacts Modifier and Type Method Description Map<ArtifactDependency,DownloadedArtifacts>
DownloadedArtifactsProgress.Disabled. getDownloadedArtifacts()
Map<ArtifactDependency,DownloadedArtifacts>
DownloadedArtifactsProgress. getDownloadedArtifacts()
Map<ArtifactDependency,DownloadedArtifacts>
DownloadedArtifactsProgressImpl. getDownloadedArtifacts()
Method parameters in jetbrains.buildServer.artifacts.impl with type arguments of type DownloadedArtifacts Modifier and Type Method Description void
DownloadedArtifactsProgress.Disabled. setDownloadedDependenciesState(Map<ArtifactDependency,DownloadedArtifacts> map)
void
DownloadedArtifactsProgress. setDownloadedDependenciesState(Map<ArtifactDependency,DownloadedArtifacts> map)
void
DownloadedArtifactsProgressImpl. setDownloadedDependenciesState(Map<ArtifactDependency,DownloadedArtifacts> map)
Constructors in jetbrains.buildServer.artifacts.impl with parameters of type DownloadedArtifacts Constructor Description CompositeURLContentRetriever(List<URLContentRetriever> urlContentRetrievers, DownloadedArtifacts downloadedArtifacts)
RecoverableContentFetcher(URLContentRetriever transport, DownloadedArtifacts downloadedArtifacts)
TeamCityArtifactAccessor(URLContentRetriever retriever, String serverUrl, DownloadedArtifacts downloadedArtifacts)
TeamCityArtifactAccessor(URLContentRetriever retriever, DownloadedArtifacts downloadedArtifacts, String serverUrl, ArtifactCacheProvider cacheProvider)
TransportFactoriesFacade(ExtensionsProvider provider, ResolverRuntimeConfiguration config, ArtifactCacheProvider cacheProvider, ArtifactStorageSettingsProvider configProvider, DownloadedArtifacts progressTracker)
-