Uses of Interface
jetbrains.buildServer.agent.impl.patch.PatcherFactory
-
Packages that use PatcherFactory Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.agent.impl.remoteDebug -
-
Uses of PatcherFactory in jetbrains.buildServer.agent.impl.patch
Classes in jetbrains.buildServer.agent.impl.patch that implement PatcherFactory Modifier and Type Class Description class
FSPatcherFactoryImpl
Methods in jetbrains.buildServer.agent.impl.patch that return PatcherFactory Modifier and Type Method Description protected PatcherFactory
UpdateSourcesPatcherBase. getPatcherFactory()
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type PatcherFactory Constructor Description UpdateSourcesFromPersonal(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, EventDispatcher<AgentLifeCycleListener> agentDispatcher, BuildProgressLogger logger)
UpdateSourcesFromServer(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, BuildProgressLogger logger)
UpdateSourcesPatcherBase(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, BuildProgressLogger logger)
-
Uses of PatcherFactory in jetbrains.buildServer.agent.impl.remoteDebug
Constructors in jetbrains.buildServer.agent.impl.remoteDebug with parameters of type PatcherFactory Constructor Description RemoteDebugPersonalChangesHandlerImpl(BuildAgent buildAgent, AgentRunningBuildEx agentRunningBuild, RemoteDebugPersonalPatchDownloaderFactory personalPatchDownloaderFactory, PatchApplier patchApplier, PatcherFactory patcherFactory, BuildProgressLogger buildProgressLogger)
-