Uses of Class
jetbrains.buildServer.TeamCityRuntimeException
-
-
Uses of TeamCityRuntimeException in jetbrains.buildServer
Subclasses of TeamCityRuntimeException in jetbrains.buildServer Modifier and Type Class Description class
AlreadyExistsException
class
AlreadyRunningBuildException
User: kirclass
CannotPingAgentException
class
InvalidRunningBuildException
class
ServerStillInitializingException
class
ServiceNotFoundException
This exception is thrown when a requested service isn't found within the contextclass
ShutdownInProgressException
-
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide
Subclasses of TeamCityRuntimeException in jetbrains.buildServer.serverSide Modifier and Type Class Description class
ServerShutdownStartedException
Methods in jetbrains.buildServer.serverSide that throw TeamCityRuntimeException Modifier and Type Method Description BuildAgentEx
BuildAgentManagerEx. 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 class
XmlRpcNoSessionException
Methods in jetbrains.buildServer.serverSide.impl that throw TeamCityRuntimeException Modifier and Type Method Description BuildAgentEx
BuildAgentManagerImpl. 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 class
AgentIsUpgradingException
class
AgentTimeoutException
-
Uses of TeamCityRuntimeException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw TeamCityRuntimeException Modifier and Type Method Description BuildAgentEx
SecuredBuildAgentManager. 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 class
StartAgentQuotaExceededException
Describes case where agent start quota is exceeded
-