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 Detail

      • preInitAction

        void preInitAction()
        Called on agent start
        Since:
        7.0