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 UpgradeOutcome
UpgradesProcessor. performUpgrade(AgentUpdateInfo currentVersion, Runnable agentShutdownAction)
static UpgradeOutcome
UpgradeOutcome. 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 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
-