Uses of Class
jetbrains.buildServer.serverSide.identifiers.EntityId
-
-
Uses of EntityId in jetbrains
Methods in jetbrains that return EntityId Modifier and Type Method Description EntityId<String>MockBuildType. getEntityId() -
Uses of EntityId in jetbrains.buildServer.controllers.admin.projects
Constructors in jetbrains.buildServer.controllers.admin.projects with parameters of type EntityId Constructor Description DeletedBuildType(EntityId<String> entityId, String originProjectIntId) -
Uses of EntityId in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return EntityId Modifier and Type Method Description EntityId<String>BuildTypeIdentityEx. getEntityId()Returns the instance of the entity identifier.Methods in jetbrains.buildServer.serverSide with parameters of type EntityId Modifier and Type Method Description ProjectExProjectManagerEx. createProjectInternal(EntityId<String> parentId, String externalId, String projectName)BuildTypeTemplateImplBuildTypeTemplateFactory. createTemplate(EntityId<String> entityId, String name, String description, BuildTypeSettingsEx settings, ProjectEx ownerProject, boolean emptyUuid)Method parameters in jetbrains.buildServer.serverSide with type arguments of type EntityId Modifier and Type Method Description SArtifactDependencyArtifactDependencyFactory. createArtifactDependency(String id, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)Creates an artifact dependency by a build configuration specified by its external id using specified external id resolver.SArtifactDependencyArtifactDependencyFactory. createArtifactDependency(String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)Creates an artifact dependency by a build configuration specified by its external id using specified external id resolver -
Uses of EntityId in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type EntityId Modifier and Type Method Description static <INT> EntityIdAssert<INT>ServerAsserts. then(EntityId<INT> entityId)Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type EntityId Constructor Description EntityIdAssert(EntityId<INT> actual) -
Uses of EntityId in jetbrains.buildServer.serverSide.identifiers
Fields in jetbrains.buildServer.serverSide.identifiers declared as EntityId Modifier and Type Field Description static EntityId<String>IdentifiersUtil. ourDummyEntityIdstatic EntityId<String>IdentifiersUtil. ourInaccessibleStringEntityIdMethods in jetbrains.buildServer.serverSide.identifiers that return EntityId Modifier and Type Method Description EntityId<INT>BaseIdentifiersManager. findEntityIdByConfigId(String configId)EntityId<INT>IdentifiersManager. findEntityIdByConfigId(String configId)Looks for a registered entity id by the given config id.EntityId<INT>TemporaryIdentifiersManager. findEntityIdByConfigId(String configId)EntityId<INT>BaseIdentifiersManager. findEntityIdByExternalId(String extId)EntityId<INT>IdentifiersManager. findEntityIdByExternalId(String extId)Looks for a registered entity id by the given external id.EntityId<INT>TemporaryIdentifiersManager. findEntityIdByExternalId(String extId)EntityId<INT>BaseIdentifiersManager. findEntityIdByInternalId(INT intId)EntityId<INT>IdentifiersManager. findEntityIdByInternalId(INT intId)Looks for a registered entity id by the given internal id.EntityId<INT>TemporaryIdentifiersManager. findEntityIdByInternalId(INT intId)EntityId<INT>BaseIdentifiersManager. generateAndRegisterBrandNewExternalId(String parentExtId, String name)EntityId<INT>IdentifiersManager. generateAndRegisterBrandNewExternalId(String parentExtId, String name)Generates a unique external identifier by the given parent external identifier and a user string (usually name), and register the just generated identifier as a brand new one.EntityId<INT>TemporaryIdentifiersManager. generateAndRegisterBrandNewExternalId(String parentExtId, String name)EntityId<INT>BaseIdentifiersManager. refreshFromDbIfNecessary(String extId, String configId)EntityId<INT>IdentifiersManager. refreshFromDbIfNecessary(String extId, String configId)Looks for a registered entity id by the given config id and ext id and refresh from db if necessary.EntityId<INT>TemporaryIdentifiersManager. refreshFromDbIfNecessary(String extId, String configId)EntityId<INT>BaseIdentifiersManager. registerBrandNewExternalId(String extId)EntityId<INT>IdentifiersManager. registerBrandNewExternalId(String extId)Registers the given external identifier with a brand new internal one.EntityId<INT>TemporaryIdentifiersManager. registerBrandNewExternalId(String extId)EntityId<INT>BaseIdentifiersManager. registerOrReuseExternalAndConfigId(String extId, String configId)EntityId<INT>IdentifiersManager. registerOrReuseExternalAndConfigId(String extId, String configId)Registers the given external identifier and config id pair.EntityId<INT>TemporaryIdentifiersManager. registerOrReuseExternalAndConfigId(String extId, String configId)Methods in jetbrains.buildServer.serverSide.identifiers that return types with arguments of type EntityId Modifier and Type Method Description Map<String,EntityId<INT>>TemporaryIdentifiersManager. getNewConfigIds()Set<EntityId<INT>>TemporaryIdentifiersManager. getNewEntities()Collection<EntityId<INT>>TemporaryIdentifiersManager. getNewOrChangedEntities()Methods in jetbrains.buildServer.serverSide.identifiers with parameters of type EntityId Modifier and Type Method Description protected voidBaseIdentifiersManager. deleteFromCache(EntityId<INT> entityId)protected voidBaseIdentifiersManager. deleteFromMaps(EntityId<INT> entityId)voidBaseIdentifiersManager. markRemoved(EntityId<INT> entityId, String originProjectIntId)voidIdentifiersManager. markRemoved(EntityId<INT> entityId, String originProjectIntId)Marks specified entityId as removed and sets the origin project internal id to the given valuevoidTemporaryIdentifiersManager. markRemoved(EntityId<INT> entityId, String originProjectIntId)voidBaseIdentifiersManager. modifyConfigId(EntityId<INT> entityId, String newConfigId, CustomIdChangeApplier<String> configApplier)voidIdentifiersManager. modifyConfigId(EntityId<INT> entityId, String newConfigId, CustomIdChangeApplier<String> configApplier)Modifies the given config identifier to the given new one.voidTemporaryIdentifiersManager. modifyConfigId(EntityId<INT> entityId, String newConfigId, CustomIdChangeApplier<String> configApplier)voidBaseIdentifiersManager. modifyExternalId(EntityId<INT> entityId, String newExternalId, CustomIdChangeApplier<String> externalApplier)voidIdentifiersManager. modifyExternalId(EntityId<INT> entityId, String newExternalId, CustomIdChangeApplier<String> applier)Modifies the given external identifier to the given new one.voidProjectIdentifiersManagerImpl. modifyExternalId(EntityId<String> entityId, String newExternalId, CustomIdChangeApplier<String> externalApplier)voidTemporaryIdentifiersManager. modifyExternalId(EntityId<INT> entityId, String newExternalId, CustomIdChangeApplier<String> externalApplier)voidBaseIdentifiersManager. reassignInternalId(EntityId<INT> entityId, INT internalId, CustomIdChangeApplier<INT> applier)voidIdentifiersManager. reassignInternalId(EntityId<INT> entityId, INT internalId, CustomIdChangeApplier<INT> applier)Assigns the specified internalId to the given entity and runs provided applier after that.voidTemporaryIdentifiersManager. reassignInternalId(EntityId<INT> entityId, INT internalId, CustomIdChangeApplier<INT> applier)voidBaseIdentifiersManager. reassignInternalIdInMemory(EntityId<INT> entityId, INT internalId)voidIdentifiersManager. reassignInternalIdInMemory(EntityId<INT> entityId, INT internalId)Reassigns internal id in memory only, does not change anything in database.voidTemporaryIdentifiersManager. reassignInternalIdInMemory(EntityId<INT> entityId, INT internalId)voidBaseIdentifiersManager. validateExternalId(String extId, EntityId<INT> curObjId)voidBaseValidatingIdentifiersManager. validateExternalId(String extId, EntityId<INT> curObjId)voidIdentifiersManager. validateExternalId(String externalId, EntityId<INT> curObjId)Validates given external identifiervoidIdentifierValidator. validateExternalId(String externalId, EntityId<T> currentObjectId)voidTemporaryIdentifiersManager. validateExternalId(String extId, EntityId<INT> curObjId)Method parameters in jetbrains.buildServer.serverSide.identifiers with type arguments of type EntityId Modifier and Type Method Description voidBaseIdentifiersManager. consumeEntityIds(Consumer<EntityId<INT>> consumer)voidIdentifiersManager. consumeEntityIds(Consumer<EntityId<INT>> consumer)Consumes entityIds in this managervoidTemporaryIdentifiersManager. consumeEntityIds(Consumer<EntityId<INT>> consumer)voidBaseIdentifiersManager. registerEntities(Collection<EntityId<INT>> entities)voidBaseIdentifiersManager. resetRemoved(Collection<EntityId<INT>> entityIds)voidIdentifiersManager. resetRemoved(Collection<EntityId<INT>> entityIds)Resets removed mark for the given entityIdvoidTemporaryIdentifiersManager. resetRemoved(Collection<EntityId<INT>> entityIds) -
Uses of EntityId in jetbrains.buildServer.serverSide.impl
Fields in jetbrains.buildServer.serverSide.impl declared as EntityId Modifier and Type Field Description protected EntityId<String>BaseBuildTypeIdentity. myEntityIdThe internal and external identifiers.Methods in jetbrains.buildServer.serverSide.impl that return EntityId Modifier and Type Method Description EntityId<String>BaseBuildTypeIdentity. getEntityId()EntityId<String>DummyBuildType. getEntityId()EntityId<String>EditableBuildTypeCopy. getEntityId()EntityId<String>EditableTemplateCopy. getEntityId()EntityId<String>InaccessibleTemplate. getEntityId()EntityId<String>RemoteBuildTypeImpl. getEntityId()Returns the entity id of the source build configuration.EntityId<String>ProjectEx. getId()Returns the project id.Methods in jetbrains.buildServer.serverSide.impl with parameters of type EntityId Modifier and Type Method Description BuildTypeImplBuildTypeFactory. createBuildType(EntityId<String> id, String name, BuildTypeSettingsEx settings, ProjectEx project, boolean emptyUuid)BuildTypeImplBuildTypeFactoryImpl. createBuildType(EntityId<String> id, String name, BuildTypeSettingsEx settings, ProjectEx project, boolean emptyUuid)BuildTypeExProjectEx. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)ProjectImplProjectFactory. createProject(EntityId<String> parentId, EntityId<String> newProjectId, String newProjectName, ProjectDataModel projectDataModel, boolean emptyUuid)BuildTypeTemplateImplBuildTypeTemplateFactoryImpl. createTemplate(EntityId<String> entityId, String name, String description, BuildTypeSettingsEx settings, ProjectEx ownerProject, boolean emptyUuid)protected BuildTypeImplBuildTypeFactoryImpl. doCreateBuildType(ProjectEx project, EntityId<String> id, String name, BuildTypeSettingsEx settings, boolean emptyUuid)protected BuildTypeTemplateImplBuildTypeTemplateFactoryImpl. doCreateTemplate(EntityId<String> id, String name, String description, ProjectEx parentProject, BuildTypeSettingsEx settings, BuildTypeTemplateContext context, boolean emptyUuid)Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type EntityId Modifier and Type Method Description ArtifactDependencyExArtifactDependencyFactoryImpl. createArtifactDependency(String id, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)ArtifactDependencyExArtifactDependencyFactoryImpl. createArtifactDependency(String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)Constructors in jetbrains.buildServer.serverSide.impl with parameters of type EntityId Constructor Description BaseBuildTypeIdentity(BuildTypeIdentityContext context, ProjectEx project, EntityId<String> entityId, String name)BuildTypeImpl(BuildTypeContext context, EntityId<String> id, String name, BuildTypeSettingsEx settings, ProjectEx project, boolean emptyUuid)BuildTypeTemplateImpl(EntityId<String> id, String name, String description, ProjectEx parentProject, BuildTypeSettingsEx settings, BuildTypeTemplateContext buildTypeTemplateContext, boolean emptyUuid)EditableBuildTypeCopy(BuildTypeContext context, ProjectEx project, EntityId<String> entityId, BuildTypeSettingsEx settings, String name, String description, boolean emptyUuid)EditableTemplateCopy(BuildTypeTemplateContext context, ProjectEx project, EntityId<String> entityId, BuildTypeSettingsEx settings, String name, String description, boolean emptyUuid) -
Uses of EntityId in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type EntityId Modifier and Type Method Description ProjectExSecuredProjectManager. createProjectInternal(EntityId<String> parentId, String externalId, String projectName)SVcsRootImplSecuredVcsRootFactory. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid)protected BuildTypeImplSecuredBuildTypeFactory. doCreateBuildType(ProjectEx project, EntityId<String> id, String name, BuildTypeSettingsEx settings, boolean emptyUuid)protected ProjectImplSecuredProjectFactory. doCreateProject(String parentInternalId, EntityId<String> projectId, String projectName, ProjectDataModel projectDataModel, boolean emptyUuid)protected BuildTypeTemplateImplSecuredBuildTypeTemplateFactory. doCreateTemplate(EntityId<String> id, String name, String description, ProjectEx parentProject, BuildTypeSettingsEx settings, BuildTypeTemplateContext context, boolean emptyUuid)Constructors in jetbrains.buildServer.serverSide.impl.auth with parameters of type EntityId Constructor Description SecuredBuildType(BuildTypeContext context, EntityId<String> id, String name, BuildTypeSettingsEx settings, ProjectEx project, boolean emptyUuid)SecuredBuildTypeTemplate(EntityId<String> id, String name, String description, ProjectEx project, BuildTypeSettingsEx settings, BuildTypeTemplateContext buildTypeTemplateContext, boolean emptyUuid)SecuredProject(EntityId<String> id, String parentInternalId, String name, ProjectDataModel model, ProjectContext projectContext, boolean emptyUuid)SecuredVcsRoot(EntityId<Long> rootId, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, VcsRootContext context, boolean emptyUuid) -
Uses of EntityId in jetbrains.buildServer.serverSide.impl.dependency
Method parameters in jetbrains.buildServer.serverSide.impl.dependency with type arguments of type EntityId Modifier and Type Method Description DependencyImplDependencyFactoryImpl. createDependency(String buildTypeExternalId, Function<String,EntityId<String>> externalIdResolver) -
Uses of EntityId in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that return EntityId Modifier and Type Method Description EntityId<String>ProjectImpl. getId()Methods in jetbrains.buildServer.serverSide.impl.projects with parameters of type EntityId Modifier and Type Method Description BuildTypeExProjectImpl. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)ProjectImplProjectFactoryImpl. createProject(EntityId<String> parentId, EntityId<String> newProjectId, String newProjectName, ProjectDataModel projectDataModel, boolean emptyUuid)ProjectExProjectManagerImpl. createProjectInternal(EntityId<String> parentId, String externalId, String projectName)protected ProjectImplProjectFactoryImpl. doCreateProject(String parentInternalId, EntityId<String> projectId, String projectName, ProjectDataModel projectDataModel, boolean emptyUuid)voidProjectImpl. updateParentInternally(EntityId<String> newParentId)voidDefaultBuildTypeIdentifiersValidator. validateExternalId(String externalId, EntityId<String> curObjId)voidDefaultProjectIdIdentifiersValidator. validateExternalId(String externalId, EntityId<String> curObjId)voidDefaultVcsRootIdentifiersValidator. validateExternalId(String externalId, EntityId<Long> curObjId)Method parameters in jetbrains.buildServer.serverSide.impl.projects with type arguments of type EntityId Modifier and Type Method Description voidDeletedEntityTracker. consumeDeletedProjectUuids(Set<String> originProjectIntIds, Consumer<EntityId<String>> consumer)voidDeletedEntityTrackerImpl. consumeDeletedProjectUuids(Set<String> originProjectIntIds, Consumer<EntityId<String>> consumer)Constructors in jetbrains.buildServer.serverSide.impl.projects with parameters of type EntityId Constructor Description ProjectImpl(EntityId<String> id, String parentInternalId, String name, ProjectDataModel model, ProjectContext projectContext, boolean emptyUuid) -
Uses of EntityId in jetbrains.buildServer.serverSide.impl.xml
Methods in jetbrains.buildServer.serverSide.impl.xml with parameters of type EntityId Modifier and Type Method Description BuildTypeImplXmlBuildTypeExternalizer. readBuildType(IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, ProjectEx project, EntityId<String> id, org.jdom.Element buildTypeElement, File configFile, boolean emptyUuid)BuildTypeTemplateExXmlBuildTemplateExternalizer. readBuildTypeTemplate(ProjectEx project, EntityId<String> templateId, org.jdom.Element templateElement, File configFile, IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, boolean emptyUuid)ProjectImplXmlProjectExternalizer. readProjectWithoutSettings(EntityId<String> entityId, EntityId<String> parentId, org.jdom.Element projectElement, ProjectDataModel model, boolean emptyUuid)SVcsRootExXmlVcsRootExternalizer. readVcsRoot(ProjectEx project, EntityId<Long> entityId, org.jdom.Element rootEl, File configFile, boolean emptyUuid) -
Uses of EntityId in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return EntityId Modifier and Type Method Description EntityId<Long>SVcsRootEx. getEntityId()Methods in jetbrains.buildServer.vcs with parameters of type EntityId Modifier and Type Method Description SVcsRootImplVcsRootFactory. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid) -
Uses of EntityId in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return EntityId Modifier and Type Method Description EntityId<Long>DeletedVcsRoot. getEntityId()EntityId<Long>InaccessibleVcsRoot. getEntityId()EntityId<Long>SVcsRootImpl. getEntityId()Methods in jetbrains.buildServer.vcs.impl with parameters of type EntityId Modifier and Type Method Description SVcsRootImplVcsRootFactoryImpl. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid)Constructors in jetbrains.buildServer.vcs.impl with parameters of type EntityId Constructor Description SVcsRootImpl(EntityId<Long> rootId, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, VcsRootContext context, boolean emptyUuid)
-