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 ProjectEx
ProjectManagerEx. createProjectInternal(EntityId<String> parentId, String externalId, String projectName)
BuildTypeTemplateImpl
BuildTypeTemplateFactory. 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 SArtifactDependency
ArtifactDependencyFactory. 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.SArtifactDependency
ArtifactDependencyFactory. 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. ourDummyEntityId
static EntityId<String>
IdentifiersUtil. ourInaccessibleStringEntityId
Methods 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 void
BaseIdentifiersManager. deleteFromCache(EntityId<INT> entityId)
protected void
BaseIdentifiersManager. deleteFromMaps(EntityId<INT> entityId)
void
BaseIdentifiersManager. markRemoved(EntityId<INT> entityId, String originProjectIntId)
void
IdentifiersManager. markRemoved(EntityId<INT> entityId, String originProjectIntId)
Marks specified entityId as removed and sets the origin project internal id to the given valuevoid
TemporaryIdentifiersManager. markRemoved(EntityId<INT> entityId, String originProjectIntId)
void
BaseIdentifiersManager. modifyConfigId(EntityId<INT> entityId, String newConfigId, CustomIdChangeApplier<String> configApplier)
void
IdentifiersManager. modifyConfigId(EntityId<INT> entityId, String newConfigId, CustomIdChangeApplier<String> configApplier)
Modifies the given config identifier to the given new one.void
TemporaryIdentifiersManager. modifyConfigId(EntityId<INT> entityId, String newConfigId, CustomIdChangeApplier<String> configApplier)
void
BaseIdentifiersManager. modifyExternalId(EntityId<INT> entityId, String newExternalId, CustomIdChangeApplier<String> externalApplier)
void
IdentifiersManager. modifyExternalId(EntityId<INT> entityId, String newExternalId, CustomIdChangeApplier<String> applier)
Modifies the given external identifier to the given new one.void
ProjectIdentifiersManagerImpl. modifyExternalId(EntityId<String> entityId, String newExternalId, CustomIdChangeApplier<String> externalApplier)
void
TemporaryIdentifiersManager. modifyExternalId(EntityId<INT> entityId, String newExternalId, CustomIdChangeApplier<String> externalApplier)
void
BaseIdentifiersManager. reassignInternalId(EntityId<INT> entityId, INT internalId, CustomIdChangeApplier<INT> applier)
void
IdentifiersManager. reassignInternalId(EntityId<INT> entityId, INT internalId, CustomIdChangeApplier<INT> applier)
Assigns the specified internalId to the given entity and runs provided applier after that.void
TemporaryIdentifiersManager. reassignInternalId(EntityId<INT> entityId, INT internalId, CustomIdChangeApplier<INT> applier)
void
BaseIdentifiersManager. reassignInternalIdInMemory(EntityId<INT> entityId, INT internalId)
void
IdentifiersManager. reassignInternalIdInMemory(EntityId<INT> entityId, INT internalId)
Reassigns internal id in memory only, does not change anything in database.void
TemporaryIdentifiersManager. reassignInternalIdInMemory(EntityId<INT> entityId, INT internalId)
void
BaseIdentifiersManager. validateExternalId(String extId, EntityId<INT> curObjId)
void
BaseValidatingIdentifiersManager. validateExternalId(String extId, EntityId<INT> curObjId)
void
IdentifiersManager. validateExternalId(String externalId, EntityId<INT> curObjId)
Validates given external identifiervoid
IdentifierValidator. validateExternalId(String externalId, EntityId<T> currentObjectId)
void
TemporaryIdentifiersManager. validateExternalId(String extId, EntityId<INT> curObjId)
Method parameters in jetbrains.buildServer.serverSide.identifiers with type arguments of type EntityId Modifier and Type Method Description void
BaseIdentifiersManager. consumeEntityIds(Consumer<EntityId<INT>> consumer)
void
IdentifiersManager. consumeEntityIds(Consumer<EntityId<INT>> consumer)
Consumes entityIds in this managervoid
TemporaryIdentifiersManager. consumeEntityIds(Consumer<EntityId<INT>> consumer)
void
BaseIdentifiersManager. registerEntities(Collection<EntityId<INT>> entities)
void
BaseIdentifiersManager. resetRemoved(Collection<EntityId<INT>> entityIds)
void
IdentifiersManager. resetRemoved(Collection<EntityId<INT>> entityIds)
Resets removed mark for the given entityIdvoid
TemporaryIdentifiersManager. 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. myEntityId
The 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 BuildTypeImpl
BuildTypeFactory. createBuildType(EntityId<String> id, String name, BuildTypeSettingsEx settings, ProjectEx project, boolean emptyUuid)
BuildTypeImpl
BuildTypeFactoryImpl. createBuildType(EntityId<String> id, String name, BuildTypeSettingsEx settings, ProjectEx project, boolean emptyUuid)
BuildTypeEx
ProjectEx. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)
ProjectImpl
ProjectFactory. createProject(EntityId<String> parentId, EntityId<String> newProjectId, String newProjectName, ProjectDataModel projectDataModel, boolean emptyUuid)
BuildTypeTemplateImpl
BuildTypeTemplateFactoryImpl. createTemplate(EntityId<String> entityId, String name, String description, BuildTypeSettingsEx settings, ProjectEx ownerProject, boolean emptyUuid)
protected BuildTypeImpl
BuildTypeFactoryImpl. doCreateBuildType(ProjectEx project, EntityId<String> id, String name, BuildTypeSettingsEx settings, boolean emptyUuid)
protected BuildTypeTemplateImpl
BuildTypeTemplateFactoryImpl. 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 ArtifactDependencyEx
ArtifactDependencyFactoryImpl. createArtifactDependency(String id, String sourceBuildTypeExternalId, String sourcePaths, RevisionRule revisionRule, Function<String,EntityId<String>> externalIdResolver)
ArtifactDependencyEx
ArtifactDependencyFactoryImpl. 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 ProjectEx
SecuredProjectManager. createProjectInternal(EntityId<String> parentId, String externalId, String projectName)
SVcsRootImpl
SecuredVcsRootFactory. createVcsRoot(EntityId<Long> id, String name, String vcsName, Map<String,String> parameters, ProjectEx ownerProject, boolean emptyUuid)
protected BuildTypeImpl
SecuredBuildTypeFactory. doCreateBuildType(ProjectEx project, EntityId<String> id, String name, BuildTypeSettingsEx settings, boolean emptyUuid)
protected ProjectImpl
SecuredProjectFactory. doCreateProject(String parentInternalId, EntityId<String> projectId, String projectName, ProjectDataModel projectDataModel, boolean emptyUuid)
protected BuildTypeTemplateImpl
SecuredBuildTypeTemplateFactory. 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 DependencyImpl
DependencyFactoryImpl. 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 BuildTypeEx
ProjectImpl. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)
ProjectImpl
ProjectFactoryImpl. createProject(EntityId<String> parentId, EntityId<String> newProjectId, String newProjectName, ProjectDataModel projectDataModel, boolean emptyUuid)
ProjectEx
ProjectManagerImpl. createProjectInternal(EntityId<String> parentId, String externalId, String projectName)
protected ProjectImpl
ProjectFactoryImpl. doCreateProject(String parentInternalId, EntityId<String> projectId, String projectName, ProjectDataModel projectDataModel, boolean emptyUuid)
void
ProjectImpl. updateParentInternally(EntityId<String> newParentId)
void
DefaultBuildTypeIdentifiersValidator. validateExternalId(String externalId, EntityId<String> curObjId)
void
DefaultProjectIdIdentifiersValidator. validateExternalId(String externalId, EntityId<String> curObjId)
void
DefaultVcsRootIdentifiersValidator. 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 void
DeletedEntityTracker. consumeDeletedProjectUuids(Set<String> originProjectIntIds, Consumer<EntityId<String>> consumer)
void
DeletedEntityTrackerImpl. 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 BuildTypeImpl
XmlBuildTypeExternalizer. readBuildType(IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, ProjectEx project, EntityId<String> id, org.jdom.Element buildTypeElement, File configFile, boolean emptyUuid)
BuildTypeTemplateEx
XmlBuildTemplateExternalizer. readBuildTypeTemplate(ProjectEx project, EntityId<String> templateId, org.jdom.Element templateElement, File configFile, IdentifiersManager<String> buildTypeIdManager, IdentifiersManager<Long> vcsRootIdManager, boolean emptyUuid)
ProjectImpl
XmlProjectExternalizer. readProjectWithoutSettings(EntityId<String> entityId, EntityId<String> parentId, org.jdom.Element projectElement, ProjectDataModel model, boolean emptyUuid)
SVcsRootEx
XmlVcsRootExternalizer. 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 SVcsRootImpl
VcsRootFactory. 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 SVcsRootImpl
VcsRootFactoryImpl. 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)
-