Uses of Class
jetbrains.buildServer.agent.impl.patch.UpdateSourcesInterruptedException
-
Packages that use UpdateSourcesInterruptedException Package Description jetbrains.buildServer.agent.impl.patch -
-
Uses of UpdateSourcesInterruptedException in jetbrains.buildServer.agent.impl.patch
Methods in jetbrains.buildServer.agent.impl.patch that throw UpdateSourcesInterruptedException Modifier and Type Method Description void
PatchApplier. applyPatch(Patcher patch)
void
PatchApplierImpl. applyPatch(Patcher patch)
protected void
UpdateSourcesPatcherBase. applyPatch(Patcher patcher)
void
UpdateSourcesOperationBase. checkInterrupted()
void
ProjectSourcesOnAgent. checkoutSources(AgentRunningBuildEx build)
InputStream
PatchDownloader. copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
InputStream
PatchDownloaderImpl. copyPatchAndCheck(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
DownloadedPatch
PatchDownloader. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
DownloadedPatch
PatchDownloaderImpl. copyPatchAndCheckFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
protected InputStream
UpdateSourcesPatcherBase. copyPatchToTempFile(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
protected DownloadedPatch
UpdateSourcesPatcherBase. copyPatchToTempFileOnly(AgentCheckoutDirRevisionInfo dirInfo, FullCheckoutFlag fullCheckoutFlag, boolean personalChangesPatch)
void
PatchStreamDownloader. downloadPatch(BuildProgressLogger myLogger, boolean personalChangesPatch, File result, InputStream input)
protected abstract void
AbstractSourcesUpdater. updateSources()
protected void
UpdateSourcesFromAgent. updateSources()
protected void
UpdateSourcesFromPersonal. updateSources()
protected void
UpdateSourcesFromServer. updateSources()
-