Uses of Class
jetbrains.buildServer.serverSide.impl.virtualAgent.StartableAgent.Reason
-
Packages that use StartableAgent.Reason Package Description jetbrains.buildServer.clouds.server jetbrains.buildServer.clouds.server.impl.virtual jetbrains.buildServer.serverSide.impl.virtualAgent -
-
Uses of StartableAgent.Reason in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server with parameters of type StartableAgent.Reason Modifier and Type Method Description static StartInstanceReasonStartInstanceReason. flushQueue(StartableAgent.Reason action) -
Uses of StartableAgent.Reason in jetbrains.buildServer.clouds.server.impl.virtual
Methods in jetbrains.buildServer.clouds.server.impl.virtual with parameters of type StartableAgent.Reason Modifier and Type Method Description voidStartableAgentImpl. startAgent(StartableAgent.Reason reason)voidStartableAgentTypeImpl. startAgent(StartableAgent.Reason reason) -
Uses of StartableAgent.Reason in jetbrains.buildServer.serverSide.impl.virtualAgent
Methods in jetbrains.buildServer.serverSide.impl.virtualAgent that return StartableAgent.Reason Modifier and Type Method Description static StartableAgent.ReasonStartableAgent.Reason. noAgentDescriptionKnown()static StartableAgent.ReasonStartableAgent.Reason. startAgentForQueuedBuild(SQueuedBuild build)Methods in jetbrains.buildServer.serverSide.impl.virtualAgent with parameters of type StartableAgent.Reason Modifier and Type Method Description voidStartableAgent. startAgent(StartableAgent.Reason reason)Starts that agent
-