Uses of Class
jetbrains.buildServer.agent.impl.upgrade.AgentExitCode
-
Packages that use AgentExitCode Package Description jetbrains.buildServer.agent.impl jetbrains.buildServer.agent.impl.upgrade -
-
Uses of AgentExitCode in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl with parameters of type AgentExitCode Modifier and Type Method Description void
BuildAgentShutdownTask. shutdownAgent(boolean callSystemExit, AgentExitCode exitCode)
void
BuildAgentImpl. shutdownInternal(boolean killBuild, boolean callSystemExit, AgentExitCode exitCode)
-
Uses of AgentExitCode in jetbrains.buildServer.agent.impl.upgrade
Methods in jetbrains.buildServer.agent.impl.upgrade that return AgentExitCode Modifier and Type Method Description protected AgentExitCode
UpgradeThread. prepareUpgrade(AgentUpdateInfo agentVersoin)
static AgentExitCode
AgentExitCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgentExitCode[]
AgentExitCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-