Uses of Interface
jetbrains.buildServer.agent.impl.patch.PatchDownloader
-
Packages that use PatchDownloader Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.agent.impl.remoteDebug -
-
Uses of PatchDownloader in jetbrains.buildServer.agent.impl.patch
Classes in jetbrains.buildServer.agent.impl.patch that implement PatchDownloader Modifier and Type Class Description classPatchDownloaderImplConstructors in jetbrains.buildServer.agent.impl.patch with parameters of type PatchDownloader 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 PatchDownloader in jetbrains.buildServer.agent.impl.remoteDebug
Methods in jetbrains.buildServer.agent.impl.remoteDebug that return PatchDownloader Modifier and Type Method Description PatchDownloaderRemoteDebugPersonalPatchDownloaderFactory. createPatchDownloader(String personalPatchId)PatchDownloaderRemoteDebugPersonalPatchDownloaderFactoryImpl. createPatchDownloader(String personalPatchId)
-