Class UpdateSourcesFromAgent
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.patch.AbstractSourcesUpdater
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesFromAgent
-
public class UpdateSourcesFromAgent extends AbstractSourcesUpdater
- Author:
- Eugene Petrenko Created: 07.05.2009 17:59:11
-
-
Constructor Summary
Constructors Constructor Description UpdateSourcesFromAgent(AgentRunningBuildEx build, ProjectSourcesOnAgent agentSources, BuildProgressLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getErrorExceptionPrefix()
protected String
getErrorMessagePrefix()
protected String
getInterruptedMessagePrefix()
protected void
updateSources()
-
Methods inherited from class jetbrains.buildServer.agent.impl.patch.AbstractSourcesUpdater
doSourceUpdate, interrupt, registerInterruptableOperation
-
-
-
-
Constructor Detail
-
UpdateSourcesFromAgent
public UpdateSourcesFromAgent(@NotNull AgentRunningBuildEx build, @NotNull ProjectSourcesOnAgent agentSources, @NotNull BuildProgressLogger logger)
-
-
Method Detail
-
getInterruptedMessagePrefix
@NotNull protected String getInterruptedMessagePrefix()
- Specified by:
getInterruptedMessagePrefix
in classAbstractSourcesUpdater
-
getErrorMessagePrefix
@NotNull protected String getErrorMessagePrefix()
- Specified by:
getErrorMessagePrefix
in classAbstractSourcesUpdater
-
getErrorExceptionPrefix
@NotNull protected String getErrorExceptionPrefix()
- Specified by:
getErrorExceptionPrefix
in classAbstractSourcesUpdater
-
updateSources
protected void updateSources() throws RecoverableStageFailure, RunBuildException, VcsException, UpdateSourcesInterruptedException
- Specified by:
updateSources
in classAbstractSourcesUpdater
- Throws:
RecoverableStageFailure
RunBuildException
VcsException
UpdateSourcesInterruptedException
-
-