Uses of Class
jetbrains.buildServer.TeamCityRuntimeException
-
-
Uses of TeamCityRuntimeException in jetbrains.buildServer
Subclasses of TeamCityRuntimeException in jetbrains.buildServer Modifier and Type Class Description classAlreadyExistsExceptionclassAlreadyRunningBuildExceptionUser: kirclassCannotPingAgentExceptionclassInvalidRunningBuildExceptionclassServerStillInitializingExceptionclassServiceNotFoundExceptionThis exception is thrown when a requested service isn't found within the contextclassShutdownInProgressException -
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide
Subclasses of TeamCityRuntimeException in jetbrains.buildServer.serverSide Modifier and Type Class Description classServerShutdownStartedExceptionMethods in jetbrains.buildServer.serverSide that throw TeamCityRuntimeException Modifier and Type Method Description BuildAgentExBuildAgentManagerEx. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId)Returns the registered agent - the same instance as was passed in the parameters if this is a new registration, or another instance if such agent is already registered. -
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl
Subclasses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl Modifier and Type Class Description classXmlRpcNoSessionExceptionMethods in jetbrains.buildServer.serverSide.impl that throw TeamCityRuntimeException Modifier and Type Method Description BuildAgentExBuildAgentManagerImpl. registerAgent(BuildAgentEx agent, long buildIdReportedByAgent) -
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl.agent
Subclasses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl.agent Modifier and Type Class Description classAgentIsUpgradingExceptionclassAgentTimeoutException -
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw TeamCityRuntimeException Modifier and Type Method Description BuildAgentExSecuredBuildAgentManager. registerAgent(BuildAgentEx agent, long currentlyRunningBuildId) -
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl.virtualAgent
Subclasses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl.virtualAgent Modifier and Type Class Description classStartAgentQuotaExceededExceptionDescribes case where agent start quota is exceeded
-