Uses of Interface
jetbrains.buildServer.serverSide.identifiers.ExternalIdGenerator
-
Packages that use ExternalIdGenerator Package Description jetbrains.buildServer.controllers.admin.projects jetbrains.buildServer.serverSide.identifiers -
-
Uses of ExternalIdGenerator in jetbrains.buildServer.controllers.admin.projects
Methods in jetbrains.buildServer.controllers.admin.projects that return ExternalIdGenerator Modifier and Type Method Description ExternalIdGeneratorGenerateExternalIdExtension. getIdentifiersGenerator()ExternalIdGeneratorStandardGenerateExternalIdExtensions.BuildTypeIdGenerator. getIdentifiersGenerator()ExternalIdGeneratorStandardGenerateExternalIdExtensions.ProjectIdGenerator. getIdentifiersGenerator()ExternalIdGeneratorStandardGenerateExternalIdExtensions.TemplateIdGenerator. getIdentifiersGenerator()ExternalIdGeneratorStandardGenerateExternalIdExtensions.VcsRootIdGenerator. getIdentifiersGenerator() -
Uses of ExternalIdGenerator in jetbrains.buildServer.serverSide.identifiers
Subinterfaces of ExternalIdGenerator in jetbrains.buildServer.serverSide.identifiers Modifier and Type Interface Description interfaceBuildTypeIdentifiersManagerProvides functions to manupulate with Build Type Identity identifiers.interfaceIdentifiersManager<INT>Manages external to internal identifiers mapping.interfaceProjectIdentifiersManagerinterfaceVcsRootIdentifiersManagerProvides methods to manipulate with VCS roots identifiers.Classes in jetbrains.buildServer.serverSide.identifiers that implement ExternalIdGenerator Modifier and Type Class Description classBaseExternalIdGeneratorclassBaseIdentifiersManager<INT>classBaseValidatingIdentifiersManager<INT,TValidator extends IdentifierValidator<INT> & ServerExtension>Created 22.05.13 16:20classBuildTypeIdentifiersManagerImplclassProjectIdentifiersManagerImplclassTemporaryIdentifiersManager<INT>Allows registering new extId-configId pairs without writing them into DB.classVcsRootIdentifiersManagerImpl
-