Package jetbrains.buildServer.agent.impl
Class AgentTempDirectoryCleaner
- java.lang.Object
 - 
- jetbrains.buildServer.agent.impl.AgentTempDirectoryCleaner
 
 
- 
- All Implemented Interfaces:
 AgentExtension,BuildAgentPreInitAction,TeamCityExtension
public class AgentTempDirectoryCleaner extends Object implements BuildAgentPreInitAction
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 01.11.2007 Time: 21:20:28 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringAGENT_CLEAN_TEMP_ON_START 
- 
Constructor Summary
Constructors Constructor Description AgentTempDirectoryCleaner(DirectoryCleaner cleaner, EventDispatcher<AgentLifeCycleListener> agentDispatcher, BuildAgentConfigurationEx config, OldDirectoryBasedCleanupRegistry oldDirectoryBasedCleanupRegistry, AgentOperationModeHolder operationModeHolder) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpreInitAction()Called on agent start 
 - 
 
- 
- 
Field Detail
- 
AGENT_CLEAN_TEMP_ON_START
public static final String AGENT_CLEAN_TEMP_ON_START
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
AgentTempDirectoryCleaner
public AgentTempDirectoryCleaner(@NotNull DirectoryCleaner cleaner, @NotNull EventDispatcher<AgentLifeCycleListener> agentDispatcher, @NotNull BuildAgentConfigurationEx config, @NotNull OldDirectoryBasedCleanupRegistry oldDirectoryBasedCleanupRegistry, @NotNull AgentOperationModeHolder operationModeHolder) 
 - 
 
- 
Method Detail
- 
preInitAction
public void preInitAction()
Description copied from interface:BuildAgentPreInitActionCalled on agent start- Specified by:
 preInitActionin interfaceBuildAgentPreInitAction
 
 - 
 
 -