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 ExternalIdGenerator
GenerateExternalIdExtension. getIdentifiersGenerator()
ExternalIdGenerator
StandardGenerateExternalIdExtensions.BuildTypeIdGenerator. getIdentifiersGenerator()
ExternalIdGenerator
StandardGenerateExternalIdExtensions.ProjectIdGenerator. getIdentifiersGenerator()
ExternalIdGenerator
StandardGenerateExternalIdExtensions.TemplateIdGenerator. getIdentifiersGenerator()
ExternalIdGenerator
StandardGenerateExternalIdExtensions.VcsRootIdGenerator. getIdentifiersGenerator()
-
Uses of ExternalIdGenerator in jetbrains.buildServer.serverSide.identifiers
Subinterfaces of ExternalIdGenerator in jetbrains.buildServer.serverSide.identifiers Modifier and Type Interface Description interface
BuildTypeIdentifiersManager
Provides functions to manupulate with Build Type Identity identifiers.interface
IdentifiersManager<INT>
Manages external to internal identifiers mapping.interface
ProjectIdentifiersManager
interface
VcsRootIdentifiersManager
Provides methods to manipulate with VCS roots identifiers.Classes in jetbrains.buildServer.serverSide.identifiers that implement ExternalIdGenerator Modifier and Type Class Description class
BaseExternalIdGenerator
class
BaseIdentifiersManager<INT>
class
BaseValidatingIdentifiersManager<INT,TValidator extends IdentifierValidator<INT> & ServerExtension>
Created 22.05.13 16:20class
BuildTypeIdentifiersManagerImpl
class
ProjectIdentifiersManagerImpl
class
TemporaryIdentifiersManager<INT>
Allows registering new extId-configId pairs without writing them into DB.class
VcsRootIdentifiersManagerImpl
-