Interface PatchDownloader
-
- All Superinterfaces:
Interruptable
- All Known Implementing Classes:
PatchDownloaderImpl
public interface PatchDownloader extends Interruptable
- Author:
- Eugene Petrenko Created: 13.05.2009 14:23:19
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
DownloadedPatch
copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
-
Methods inherited from interface jetbrains.buildServer.util.Interruptable
interrupt
-
-
-
-
Method Detail
-
copyPatchAndCheck
InputStream copyPatchAndCheck(@NotNull AgentCheckoutDirRevisionInfo dirInfo, @NotNull FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch) throws IOException, RecoverableStageFailure, UpdateSourcesInterruptedException
-
copyPatchAndCheckFile
DownloadedPatch copyPatchAndCheckFile(@NotNull AgentCheckoutDirRevisionInfo dirInfo, @NotNull FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch) throws IOException, RecoverableStageFailure, UpdateSourcesInterruptedException
-
-