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.NumberCachingNumericIdSequences. nextOne(String domainName)DCombainedIdSequences. nextOne(String domainName)DIdSequences. nextOne(String domainName)Produces and returns one next identifier of the specified domain.NumberNumericIdSequences. 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 DomainDefSchemaDef. 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)StringProjectIdProviderImpl. nextOne(String domainName)
-