Uses of Class
jetbrains.buildServer.agent.impl.patch.DownloadedPatch
-
Packages that use DownloadedPatch Package Description jetbrains.buildServer.agent.impl.patch -
-
Uses of DownloadedPatch in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that return DownloadedPatch Modifier and Type Method Description DownloadedPatch
PatchDownloader. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
DownloadedPatch
PatchDownloaderImpl. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
protected DownloadedPatch
UpdateSourcesPatcherBase. copyPatchToTempFileOnly(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
Methods in jetbrains.buildServer.agent.impl.patch with parameters of type DownloadedPatch Modifier and Type Method Description UndoSupportingPatcher
FSPatcherFactoryImpl. createUndoSupportingPatcher(DownloadedPatch patch)
UndoSupportingPatcher
PatcherFactory. createUndoSupportingPatcher(DownloadedPatch patch)
-