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 AgentUpdateInfoBuildAgentImpl. 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 AgentUpdateInfoUpgradeFilesDownloader. downloadContentsXmlFile(File tempDir)Downloads server version stateAgentUpdateInfoUpgradeFilesDownloaderImpl. downloadContentsXmlFile(File temp)AgentUpdateInfoAgentVersionController. loadAgentUpdateInfo()Tries to load current agent version info.AgentUpdateInfoAgentVersionControllerImpl. loadAgentUpdateInfo()Methods in jetbrains.buildServer.agent.impl.upgrade with parameters of type AgentUpdateInfo Modifier and Type Method Description UpgradeOutcomeUpgradesProcessor. performUpgrade(AgentUpdateInfo currentVersion, Runnable agentShutdownAction)protected AgentExitCodeUpgradeThread. prepareUpgrade(AgentUpdateInfo agentVersoin)voidAgentVersionController. updateAgentPluginVersion(AgentUpdateInfoDifference diff, AgentUpdateInfo newInfo)Updates agent version info replacing plugins informationvoidAgentVersionControllerImpl. updateAgentPluginVersion(AgentUpdateInfoDifference diff, AgentUpdateInfo newInfo)voidAgentVersionController. updateAgentVersion(AgentUpdateInfo newInfo)Updates agent version file by replacing all data in the original file with a given datavoidAgentVersionControllerImpl. updateAgentVersion(AgentUpdateInfo newInfo)voidAgentVersionController. writeVersoinForLauncerUpdate(AgentUpdateInfo newInfo)Prepares version info for agent update with launcher update procedure.voidAgentVersionControllerImpl. 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 voidAgentOnlyUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)voidFullUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)voidOldServerUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)voidPluginsOnlyUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)voidUpgradeMode. downloadUpdates(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)downloads required for update filesbooleanAgentOnlyUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)booleanFullUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)booleanOldServerUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)booleanPluginsOnlyUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)booleanUpgradeMode. isApplicable(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)voidIncrementalPluginsUpgrade. moveDownloadedPlugins(AgentUpdateInfoDifference difference, AgentUpdateInfo newInfo)UpgradeOutcomeAgentOnlyUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)UpgradeOutcomeFullUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)UpgradeOutcomeOldServerUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)UpgradeOutcomePluginsOnlyUpgradeMode. prepareUpgrade(AgentUpdateInfoDifference difference, AgentUpdateInfo newVersionInfo)UpgradeOutcomeUpgradeMode. 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 AgentUpdateInfoAgentUpdateInfo. createEmptyInfo()static AgentUpdateInfoAgentUpdateInfo. deserialize(InputStream is)AgentUpdateInfoAgentUpdateInfo. updateAgent(String newVersion, Collection<FileInfo> newFiles)Create new instance of this object with agent files updatedAgentUpdateInfoAgentUpdateInfo. 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 AgentUpdateInfoAgentDistributionMonitor. 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 AgentUpdateInfoAgentDistributionMonitorImpl. getAgentUpgradeInfo()AgentUpdateInfoAgentJdkBundleRegistry.AgentJdkBundleInfo. getUpdateInfo()AgentUpdateInfoAgentUpdateInfoProvider. getUpdateInfo()AgentUpdateInfoAgentUpdateInfoProviderImpl. getUpdateInfo()Methods in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentUpdateInfo Modifier and Type Method Description voidAgentJdkBundleRegistry. addBundle(File file, JdkPackageInfo jdkPackage, AgentUpdateInfo initialInfo)Adds a JDK bundle to the registry.voidAgentJdkBundleRegistryImpl. addBundle(File file, JdkPackageInfo jdkPackage, AgentUpdateInfo updateInfo)booleanAgentJdkBundleRegistry. isBundleUpToDate(JdkPackageInfo packageInfo, AgentUpdateInfo newUpdateInfo)Checks if a specific JDK bundle in the registry is up to date with the provided update information.booleanAgentJdkBundleRegistryImpl. isBundleUpToDate(JdkPackageInfo packageInfo, AgentUpdateInfo newUpdateInfo)booleanAgentJdkBundleRegistry. isEachBundleUpToDate(AgentUpdateInfo newUpdateInfo)Checks if each JDK bundle in the registry is up to date with the provided update information.booleanAgentJdkBundleRegistryImpl. isEachBundleUpToDate(AgentUpdateInfo newUpdateInfo)Constructors in jetbrains.buildServer.serverSide.impl.agent with parameters of type AgentUpdateInfo Constructor Description AgentJdkBundleInfo(File file, JdkPackageInfo jdkInfo, AgentUpdateInfo updateInfo)
-