Uses of Class
jetbrains.buildServer.serverSide.AgentCannotBeRemovedException
-
-
Uses of AgentCannotBeRemovedException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw AgentCannotBeRemovedException Modifier and Type Method Description voidBuildAgentManager. removeAgent(SBuildAgent agent, SUser user)Removes specified agent and cleans up this agent state from the database. -
Uses of AgentCannotBeRemovedException in jetbrains.buildServer.serverSide.agentPools
Methods in jetbrains.buildServer.serverSide.agentPools that throw AgentCannotBeRemovedException Modifier and Type Method Description voidMockBuildAgentManager. removeAgent(SBuildAgent agent, SUser user) -
Uses of AgentCannotBeRemovedException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw AgentCannotBeRemovedException Modifier and Type Method Description voidBuildAgentManagerImpl. removeAgent(SBuildAgent agent, SUser user) -
Uses of AgentCannotBeRemovedException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw AgentCannotBeRemovedException Modifier and Type Method Description voidSecuredBuildAgentManager. removeAgent(SBuildAgent agent, SUser user)
-