Class UpdateSourcesFromPersonal
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.patch.AbstractSourcesUpdater
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesPatcherBase
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesFromPersonal
-
public class UpdateSourcesFromPersonal extends UpdateSourcesPatcherBase
- Author:
- Eugene Petrenko Created: 07.05.2009 21:43:56
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.agent.impl.patch.UpdateSourcesPatcherBase
myBuild
-
-
Constructor Summary
Constructors Constructor Description UpdateSourcesFromPersonal(AgentRunningBuildEx build, PatchDownloader downloader, PatchApplier applier, PatcherFactory patcherFactory, EventDispatcher<AgentLifeCycleListener> agentDispatcher, BuildProgressLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
revertPatch()
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
-
UpdateSourcesFromPersonal
public UpdateSourcesFromPersonal(@NotNull AgentRunningBuildEx build, @NotNull PatchDownloader downloader, @NotNull PatchApplier applier, @NotNull PatcherFactory patcherFactory, @NotNull EventDispatcher<AgentLifeCycleListener> agentDispatcher, @NotNull BuildProgressLogger logger)
-
-
Method Detail
-
updateSources
protected void updateSources() throws RecoverableStageFailure, RunBuildException, IOException, UpdateSourcesInterruptedException
- Specified by:
updateSources
in classAbstractSourcesUpdater
- Throws:
RecoverableStageFailure
RunBuildException
IOException
UpdateSourcesInterruptedException
-
revertPatch
public void revertPatch()
-
-