Uses of Class
jetbrains.buildServer.agent.impl.upgrade.UpgradeFailedException
-
-
Uses of UpgradeFailedException in jetbrains.buildServer.agent.impl.upgrade
Methods in jetbrains.buildServer.agent.impl.upgrade that throw UpgradeFailedException Modifier and Type Method Description AgentUpdateInfo
UpgradeFilesDownloader. downloadContentsXmlFile(File tempDir)
Downloads server version stateAgentUpdateInfo
UpgradeFilesDownloaderImpl. downloadContentsXmlFile(File temp)
void
FilesDownloader. downloadFile(File toDir, String fileName, String downloadedFilePath)
void
HttpFilesDownloaderImpl. downloadFile(File toDir, String fileName, String downloadedFilePath)
void
RecoverableFilesDownloader. downloadFile(File toDir, String fileName, String downloadedFilePath)
void
RecoverableFilesDownloader. downloadFile(String hash, File toDir, String fileName, String downloadedFilePath)
void
RecoverableFilesDownloaderImpl. downloadFile(File toDir, String fileName, String downloadedFilePath)
void
RecoverableFilesDownloaderImpl. downloadFile(String hash, File toDir, String fileName, String downloadedFilePath)
void
UpgradeFilesDownloader. downloadObsoleteBuildAgentDistribution(File targetDir)
Download buildAgent.zip file from server.void
UpgradeFilesDownloaderImpl. downloadObsoleteBuildAgentDistribution(File targetDir)
void
UpgradeFilesDownloader. downloadUpdateFiles(File targetDir, String baseServerPath, Collection<FileInfo> pluginFiles)
Downloads files from servervoid
UpgradeFilesDownloaderImpl. downloadUpdateFiles(File targetDir, String baseServerPath, Collection<FileInfo> pluginFiles)
UpgradeOutcome
UpgradesProcessor. performUpgrade(AgentUpdateInfo currentVersion, Runnable agentShutdownAction)
void
UpdatePreparer. prepareAgentPlugins(File downloadedPluginsDir)
void
UpdatePreparerImpl. prepareAgentPlugins(File downloadedPluginsDir)
void
UpdatePreparer. prepareAgentZip()
void
UpdatePreparerImpl. prepareAgentZip()
void
UpdatePreparer. prepareIncrementalAgentZip()
void
UpdatePreparerImpl. prepareIncrementalAgentZip()
void
AgentVersionController. updateAgentCoreForLauncherUpdate(AgentUpdateInfoDifference diff)
Updates agent core part versionvoid
AgentVersionControllerImpl. updateAgentCoreForLauncherUpdate(AgentUpdateInfoDifference diff)
void
AgentVersionController. updateAgentPluginVersion(AgentUpdateInfoDifference diff, AgentUpdateInfo newInfo)
Updates agent version info replacing plugins informationvoid
AgentVersionControllerImpl. updateAgentPluginVersion(AgentUpdateInfoDifference diff, AgentUpdateInfo newInfo)
void
AgentVersionController. updateAgentVersion(AgentUpdateInfo newInfo)
Updates agent version file by replacing all data in the original file with a given datavoid
AgentVersionControllerImpl. updateAgentVersion(AgentUpdateInfo newInfo)
void
AgentVersionController. writeVersoinForLauncerUpdate(AgentUpdateInfo newInfo)
Prepares version info for agent update with launcher update procedure.void
AgentVersionControllerImpl. writeVersoinForLauncerUpdate(AgentUpdateInfo newInfo)
-
Uses of UpgradeFailedException in jetbrains.buildServer.agent.impl.upgrade.modes
Methods in jetbrains.buildServer.agent.impl.upgrade.modes that throw UpgradeFailedException Modifier and Type Method Description void
IncrementalPluginsUpgrade. downloadRequiredPlugins(AgentUpdateInfoDifference difference)
calculates required plugins by difference and full info from server and downloads these plugins to update foldervoid
AgentOnlyUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
void
FullUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
void
OldServerUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
void
PluginsOnlyUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
void
UpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
downloads required for update filesvoid
IncrementalPluginsUpgrade. moveDownloadedPlugins(AgentUpdateInfoDifference difference, AgentUpdateInfo newInfo)
UpgradeOutcome
AgentOnlyUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
UpgradeOutcome
FullUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
UpgradeOutcome
OldServerUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
UpgradeOutcome
PluginsOnlyUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
UpgradeOutcome
UpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
Prepares upgrade of agent -
Uses of UpgradeFailedException in jetbrains.buildServer.agent.plugins.files
Methods in jetbrains.buildServer.agent.plugins.files that throw UpgradeFailedException Modifier and Type Method Description void
PluginsRemover. writeFilesToDelete(Collection<File> files)
void
PluginsRemoverImpl. writeFilesToDelete(Collection<File> files)
-
Uses of UpgradeFailedException in jetbrains.buildServer.agent.tools
Methods in jetbrains.buildServer.agent.tools that throw UpgradeFailedException Modifier and Type Method Description void
ToolContentUpdater. updateForBuild(AgentRunningBuild runningBuild, List<String> usedToolIds)
void
ToolContentUpdaterImpl. updateForBuild(AgentRunningBuild runningBuild, List<String> usedToolIds)
void
ToolContentUpdater. updateTool(String toolName)
void
ToolContentUpdaterImpl. updateTool(String toolName)
-