Class PatchStreamDownloader
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesOperationBase
-
- jetbrains.buildServer.agent.impl.patch.PatchStreamDownloader
-
- All Implemented Interfaces:
Interruptable
public class PatchStreamDownloader extends UpdateSourcesOperationBase
-
-
Constructor Summary
Constructors Constructor Description PatchStreamDownloader(BuildAgentConfigurationEx config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
downloadPatch(BuildProgressLogger myLogger, boolean personalChangesPatch, File result, InputStream input)
-
Methods inherited from class jetbrains.buildServer.agent.impl.patch.UpdateSourcesOperationBase
checkInterrupted, interrupt, isInterrupted, onInterruptOperation, registerSupOperation, unregisterSupOperation
-
-
-
-
Constructor Detail
-
PatchStreamDownloader
public PatchStreamDownloader(BuildAgentConfigurationEx config)
-
-
Method Detail
-
downloadPatch
public void downloadPatch(BuildProgressLogger myLogger, boolean personalChangesPatch, File result, InputStream input) throws IOException, UpdateSourcesInterruptedException
-
-