Uses of Class
jetbrains.buildServer.plugins.AgentUpdateInfo
-
-
Uses of AgentUpdateInfo in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentUpdateInfo Modifier and Type Method Description AgentUpdateInfo
BuildAgentImpl. loadAgentUpdateInfo()
-
Uses of AgentUpdateInfo in jetbrains.buildServer.agent.impl.upgrade
Methods in jetbrains.buildServer.agent.impl.upgrade that return AgentUpdateInfo Modifier and Type Method Description AgentUpdateInfo
UpgradeFilesDownloader. downloadContentsXmlFile(File tempDir)
Downloads server version stateAgentUpdateInfo
UpgradeFilesDownloaderImpl. downloadContentsXmlFile(File temp)
AgentUpdateInfo
AgentVersionController. loadAgentUpdateInfo()
Tries to load current agent version info.AgentUpdateInfo
AgentVersionControllerImpl. loadAgentUpdateInfo()
Methods in jetbrains.buildServer.agent.impl.upgrade with parameters of type AgentUpdateInfo Modifier and Type Method Description UpgradeOutcome
UpgradesProcessor. performUpgrade(AgentUpdateInfo currentVersion, Runnable agentShutdownAction)
protected AgentExitCode
UpgradeThread. prepareUpgrade(AgentUpdateInfo agentVersoin)
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 AgentUpdateInfo in jetbrains.buildServer.agent.impl.upgrade.modes
Methods in jetbrains.buildServer.agent.impl.upgrade.modes with parameters of type AgentUpdateInfo Modifier and Type Method Description void
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 filesboolean
AgentOnlyUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
boolean
FullUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
boolean
OldServerUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
boolean
PluginsOnlyUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
boolean
UpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)
void
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 AgentUpdateInfo in jetbrains.buildServer.plugins
Methods in jetbrains.buildServer.plugins that return AgentUpdateInfo Modifier and Type Method Description static AgentUpdateInfo
AgentUpdateInfo. createEmptyInfo()
static AgentUpdateInfo
AgentUpdateInfo. deserialize(InputStream is)
AgentUpdateInfo
AgentUpdateInfo. updateAgent(String newVersion, Collection<FileInfo> newFiles)
Create new instance of this object with agent files updatedAgentUpdateInfo
AgentUpdateInfo. updatePlugins(Collection<AgentPluginInfoEx> removed, Collection<AgentPluginInfoEx> updated, Collection<AgentPluginInfoEx> installed)
Creates new instance of the class with updated agent plugins infoConstructors in jetbrains.buildServer.plugins with parameters of type AgentUpdateInfo Constructor Description AgentUpdateInfoDifference(AgentUpdateInfo old, AgentUpdateInfo aNew, boolean allowLoadingToolsOnDemand)
-
Uses of AgentUpdateInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return AgentUpdateInfo Modifier and Type Method Description AgentUpdateInfo
AgentDistributionMonitor. getAgentUpgradeInfo()
-
Uses of AgentUpdateInfo in jetbrains.buildServer.serverSide.impl.agent
Methods in jetbrains.buildServer.serverSide.impl.agent that return AgentUpdateInfo Modifier and Type Method Description AgentUpdateInfo
AgentDistributionMonitorImpl. getAgentUpgradeInfo()
AgentUpdateInfo
AgentJdkBundleRegistry.AgentJdkBundleInfo. getUpdateInfo()
AgentUpdateInfo
AgentUpdateInfoProvider. getUpdateInfo()
AgentUpdateInfo
AgentUpdateInfoProviderImpl. getUpdateInfo()
Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentUpdateInfo Modifier and Type Method Description void
AgentJdkBundleRegistry. addBundle(File file, JdkPackageInfo jdkPackage, AgentUpdateInfo initialInfo)
Adds a JDK bundle to the registry.void
AgentJdkBundleRegistryImpl. addBundle(File file, JdkPackageInfo jdkPackage, AgentUpdateInfo updateInfo)
boolean
AgentJdkBundleRegistry. isBundleUpToDate(JdkPackageInfo packageInfo, AgentUpdateInfo newUpdateInfo)
Checks if a specific JDK bundle in the registry is up to date with the provided update information.boolean
AgentJdkBundleRegistryImpl. isBundleUpToDate(JdkPackageInfo packageInfo, AgentUpdateInfo newUpdateInfo)
boolean
AgentJdkBundleRegistry. isEachBundleUpToDate(AgentUpdateInfo newUpdateInfo)
Checks if each JDK bundle in the registry is up to date with the provided update information.boolean
AgentJdkBundleRegistryImpl. isEachBundleUpToDate(AgentUpdateInfo newUpdateInfo)
Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentUpdateInfo Constructor Description AgentJdkBundleInfo(File file, JdkPackageInfo jdkInfo, AgentUpdateInfo updateInfo)
-