Uses of Class
jetbrains.buildServer.serverSide.db.schema.UnknownDomainException
-
Packages that use UnknownDomainException Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.serverSide.db.schema jetbrains.buildServer.serverSide.impl -
-
Uses of UnknownDomainException in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that throw UnknownDomainException Modifier and Type Method Description NumericIdSequence<? extends Number>
CachingNumericIdSequences. getSequence(String domainName)
NumericIdSequence<? extends Number>
CachingNumericIdSequences. getSequence(DomainDef domain)
IdSequence<? extends D>
CombainedIdSequences. getSequence(String domainName)
IdSequence<? extends D>
IdSequences. getSequence(String domainName)
Provides with the sequence for the specified domain.NumericIdSequence<? extends Number>
NumericIdSequences. getSequence(String domainName)
Provides with the sequence for the specified domain.Number
CachingNumericIdSequences. nextOne(String domainName)
D
CombainedIdSequences. nextOne(String domainName)
D
IdSequences. nextOne(String domainName)
Produces and returns one next identifier of the specified domain.Number
NumericIdSequences. nextOne(String domain)
Produces and returns one next identifier of the specified domain. -
Uses of UnknownDomainException in jetbrains.buildServer.serverSide.db.schema
Methods in jetbrains.buildServer.serverSide.db.schema that throw UnknownDomainException Modifier and Type Method Description DomainDef
SchemaDef. getDomain(String name)
Returns domain by name. -
Uses of UnknownDomainException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw UnknownDomainException Modifier and Type Method Description IdSequence<String>
ProjectIdProviderImpl. getSequence(String domainName)
String
ProjectIdProviderImpl. nextOne(String domainName)
-