Uses of Class
jetbrains.buildServer.agent.impl.patch.PatchStreamDownloader
-
Packages that use PatchStreamDownloader Package Description jetbrains.buildServer.agent.impl.patch jetbrains.buildServer.agent.impl.remoteDebug -
-
Uses of PatchStreamDownloader in jetbrains.buildServer.agent.impl.patch
Constructors in jetbrains.buildServer.agent.impl.patch with parameters of type PatchStreamDownloader Constructor Description PatchDownloaderImpl(AgentRunningBuild build, PatchTempFiles patchTempFiles, PatchStreamProviderFactory patchProviderFactory, PatchApplier applier, PatchStreamDownloader downloader)
-
Uses of PatchStreamDownloader in jetbrains.buildServer.agent.impl.remoteDebug
Constructors in jetbrains.buildServer.agent.impl.remoteDebug with parameters of type PatchStreamDownloader Constructor Description RemoteDebugPersonalPatchDownloaderFactoryImpl(AgentRunningBuild agentRunningBuild, PatchTempFiles patchTempFiles, PatchApplier patchApplier, PatchStreamDownloader patchStreamDownloader)
-