Class DirectoryMapWatcher
- java.lang.Object
-
- jetbrains.buildServer.agent.AgentLifeCycleAdapter
-
- jetbrains.buildServer.agent.impl.directories.DirectoryMapWatcher
-
- All Implemented Interfaces:
EventListener
,AgentLifeCycleListener
public class DirectoryMapWatcher extends AgentLifeCycleAdapter
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 08.11.2007 Time: 13:00:43
-
-
Constructor Summary
Constructors Constructor Description DirectoryMapWatcher(DirectoryMapUnknownCleaner oldDirectoryMap, EventDispatcher<AgentLifeCycleListener> agentDispatcher, DirectoryMapImpl directoryMap, OldDirectoryBasedCleanupRegistry oldDirectoryBasedCleanupRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanupExpiredDirectoriesNow()
-
Methods inherited from class jetbrains.buildServer.agent.AgentLifeCycleAdapter
afterAgentConfigurationLoaded, afterAtrifactsPublished, agentInitialized, agentShutdown, agentStarted, beforeAgentConfigurationLoaded, beforeBuildFinish, beforeBuildFinish, beforeBuildInterrupted, beforeRunnerStart, beforeRunnerStart, buildFinished, buildFinished, buildStarted, checkoutDirectoryRemoved, checkoutModeResolved, dependenciesDownloaded, messageLogged, messageLogged, personalPatchApplied, personalPatchReverted, pluginsLoaded, preparationFinished, runnerFinished, sourcesUpdated
-
-
-
-
Constructor Detail
-
DirectoryMapWatcher
public DirectoryMapWatcher(@NotNull DirectoryMapUnknownCleaner oldDirectoryMap, @NotNull EventDispatcher<AgentLifeCycleListener> agentDispatcher, @NotNull DirectoryMapImpl directoryMap, @NotNull OldDirectoryBasedCleanupRegistry oldDirectoryBasedCleanupRegistry)
-
-