Uses of Interface
jetbrains.buildServer.artifacts.ArtifactCacheProvider
-
Packages that use ArtifactCacheProvider Package Description jetbrains.buildServer.agent.impl.cache jetbrains.buildServer.agent.publisher jetbrains.buildServer.artifacts jetbrains.buildServer.artifacts.impl -
-
Uses of ArtifactCacheProvider in jetbrains.buildServer.agent.impl.cache
Classes in jetbrains.buildServer.agent.impl.cache that implement ArtifactCacheProvider Modifier and Type Class Description class
AgentArtifactCacheProviderImpl
Author: Nikita.Skvortsov Date: 2/25/11Constructors in jetbrains.buildServer.agent.impl.cache with parameters of type ArtifactCacheProvider Constructor Description ArtifactsCacheCleanersProvider(ArtifactCacheProvider provider, AgentIdleTasks agentIdleTasks)
-
Uses of ArtifactCacheProvider in jetbrains.buildServer.agent.publisher
Constructors in jetbrains.buildServer.agent.publisher with parameters of type ArtifactCacheProvider Constructor Description ArtifactsCachePublisherImpl(BuildAgentConfiguration configuration, EventDispatcher<AgentLifeCycleListener> dispatcher, ArtifactCacheProvider provider)
-
Uses of ArtifactCacheProvider in jetbrains.buildServer.artifacts
Methods in jetbrains.buildServer.artifacts with parameters of type ArtifactCacheProvider Modifier and Type Method Description void
ArtifactsCacheListener. onCacheInitialized(ArtifactCacheProvider cacheProvider)
Event fired after cache is initialized. -
Uses of ArtifactCacheProvider in jetbrains.buildServer.artifacts.impl
Classes in jetbrains.buildServer.artifacts.impl that implement ArtifactCacheProvider Modifier and Type Class Description class
DirectoryCacheProviderImpl
Created by Nikita.Skvortsov Date: 3/21/12, 9:25 PMMethods in jetbrains.buildServer.artifacts.impl with parameters of type ArtifactCacheProvider Modifier and Type Method Description void
ArtifactsCacheListenerAdapter. onCacheInitialized(ArtifactCacheProvider cacheProvider)
-