Package jetbrains.buildServer.agent.impl
Interface BuildAgentPreInitAction
-
- All Superinterfaces:
AgentExtension
,TeamCityExtension
- All Known Implementing Classes:
AgentTempDirectoryCleaner
,AgentWorkDirectoryChecker
@UserImplemented public interface BuildAgentPreInitAction extends AgentExtension
This interface represents agent pre-init extensions. Those extensions are clalled before build agent is about to start. At that moment, build agent configuration is loadede. BuildAgent instanse is totally raw. This extension is designed to prepare agent state for agent start, i.e. clean temp folder Created by Eugene Petrenko (eugene.petrenko@gmail.com) Date: 23.01.12 14:33- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
preInitAction()
Called on agent start
-