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 StartInstanceReason
StartInstanceReason. 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 void
StartableAgentImpl. startAgent(StartableAgent.Reason reason)
void
StartableAgentTypeImpl. 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.Reason
StartableAgent.Reason. noAgentDescriptionKnown()
static StartableAgent.Reason
StartableAgent.Reason. startAgentForQueuedBuild(SQueuedBuild build)
Methods in jetbrains.buildServer.serverSide.impl.virtualAgent with parameters of type StartableAgent.Reason Modifier and Type Method Description void
StartableAgent. startAgent(StartableAgent.Reason reason)
Starts that agent
-