Uses of Class
jetbrains.buildServer.agent.impl.upgrade.UpgradeOutcome
-
Packages that use UpgradeOutcome Package Description jetbrains.buildServer.agent.impl.upgrade jetbrains.buildServer.agent.impl.upgrade.modes -
-
Uses of UpgradeOutcome in jetbrains.buildServer.agent.impl.upgrade
Methods in jetbrains.buildServer.agent.impl.upgrade that return UpgradeOutcome Modifier and Type Method Description UpgradeOutcomeUpgradesProcessor. performUpgrade(AgentUpdateInfo currentVersion, Runnable agentShutdownAction)static UpgradeOutcomeUpgradeOutcome. valueOf(String name)Returns the enum constant of this type with the specified name.static UpgradeOutcome[]UpgradeOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UpgradeOutcome in jetbrains.buildServer.agent.impl.upgrade.modes
Methods in jetbrains.buildServer.agent.impl.upgrade.modes that return UpgradeOutcome Modifier and Type Method Description 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
-