Uses of Interface
jetbrains.buildServer.agent.SmartDirectoryCleaner
-
Packages that use SmartDirectoryCleaner Package Description jetbrains.buildServer.agent.impl.buildStages.startStages jetbrains.buildServer.agent.impl.directories jetbrains.buildServer.agent.impl.patch -
-
Uses of SmartDirectoryCleaner in jetbrains.buildServer.agent.impl.buildStages.startStages
Constructors in jetbrains.buildServer.agent.impl.buildStages.startStages with parameters of type SmartDirectoryCleaner Constructor Description CleanAgentTempDirectoryStage(SmartDirectoryCleaner direcotryCleaner, AgentRunningBuild build)
CleanBuildCheckoutDirectoryIfNeededStage(SmartDirectoryCleaner cleaner, BuildProgressLogger logger, AgentRunningBuildEx build)
CleanBuildTempDirectoryStage(SmartDirectoryCleaner directoryCleaner, BuildProgressLogger logger, AgentRunningBuild build)
DirectoryCleanerStage(SmartDirectoryCleaner cleaner, DirectoryCleanerStage.LoggerCallback logger)
-
Uses of SmartDirectoryCleaner in jetbrains.buildServer.agent.impl.directories
Classes in jetbrains.buildServer.agent.impl.directories that implement SmartDirectoryCleaner Modifier and Type Class Description class
SmartDirectoryCleanerImpl
-
Uses of SmartDirectoryCleaner in jetbrains.buildServer.agent.impl.patch
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type SmartDirectoryCleaner Constructor Description ProjectSourcesOnAgent(AgentVcsManagerEx vcsManager, SmartDirectoryCleaner cleaner)
-