Class UpdateSourcesFromServer
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.patch.AbstractSourcesUpdater
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesPatcherBase
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesFromServer
-
public class UpdateSourcesFromServer extends UpdateSourcesPatcherBase
- Author:
- Eugene Petrenko Created: 07.05.2009 21:34:17
-
-
Constructor Summary
Constructors Constructor Description UpdateSourcesFromServer(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, BuildProgressLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
updateSources()
-
Methods inherited from class jetbrains.buildServer.agent.impl.patch.UpdateSourcesPatcherBase
applyPatch, copyPatchToTempFile, copyPatchToTempFileOnly, getErrorExceptionPrefix, getErrorMessagePrefix, getInterruptedMessagePrefix, getPatcherFactory
-
Methods inherited from class jetbrains.buildServer.agent.impl.patch.AbstractSourcesUpdater
doSourceUpdate, interrupt, registerInterruptableOperation
-
-
-
-
Constructor Detail
-
UpdateSourcesFromServer
public UpdateSourcesFromServer(@NotNull AgentRunningBuildEx build, @NotNull PatchDownloader downloader, @NotNull PatchApplier applier, @NotNull PatcherFactory patcherFactory, @NotNull BuildProgressLogger logger)
-
-
Method Detail
-
updateSources
protected void updateSources() throws RecoverableStageFailure, RunBuildException, IOException, UpdateSourcesInterruptedException
- Specified by:
updateSources
in classAbstractSourcesUpdater
- Throws:
RecoverableStageFailure
RunBuildException
IOException
UpdateSourcesInterruptedException
-
-