Class RemoteDebugPersonalPatchDownloaderFactoryImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.remoteDebug.RemoteDebugPersonalPatchDownloaderFactoryImpl
-
- All Implemented Interfaces:
RemoteDebugPersonalPatchDownloaderFactory
public class RemoteDebugPersonalPatchDownloaderFactoryImpl extends Object implements RemoteDebugPersonalPatchDownloaderFactory
- Author:
- Maxim.Manuylov Date: 03.10.12
-
-
Constructor Summary
Constructors Constructor Description RemoteDebugPersonalPatchDownloaderFactoryImpl(AgentRunningBuild agentRunningBuild, PatchTempFiles patchTempFiles, PatchApplier patchApplier, PatchStreamDownloader patchStreamDownloader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDownloader
createPatchDownloader(String personalPatchId)
-
-
-
Constructor Detail
-
RemoteDebugPersonalPatchDownloaderFactoryImpl
public RemoteDebugPersonalPatchDownloaderFactoryImpl(@NotNull AgentRunningBuild agentRunningBuild, @NotNull PatchTempFiles patchTempFiles, @NotNull PatchApplier patchApplier, @NotNull PatchStreamDownloader patchStreamDownloader)
-
-
Method Detail
-
createPatchDownloader
@NotNull public PatchDownloader createPatchDownloader(@NotNull String personalPatchId)
- Specified by:
createPatchDownloader
in interfaceRemoteDebugPersonalPatchDownloaderFactory
-
-