Uses of Class
jetbrains.buildServer.serverSide.identifiers.DuplicateExternalIdException
-
-
Uses of DuplicateExternalIdException in jetbrains
Methods in jetbrains that throw DuplicateExternalIdException Modifier and Type Method Description void
MockBuildType. setExternalId(String newExternalId)
void
MockBuildType. setExternalId(ConfigAction cause, String newExternalId)
void
MockBuildType. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
-
Uses of DuplicateExternalIdException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw DuplicateExternalIdException Modifier and Type Method Description SBuildType
SProject. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions)
Creates a copy of the given build configuration.SProject
ProjectManager. copyProject(SProject originalProject, SProject targetParent, CopyOptions options)
Copies the given project with all subprojects into another project.SBuildType
SProject. createBuildType(String extId, String name)
Creates new build configuration with given external identifier and name.SBuildType
SProject. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name)
Creates build configuration on the base of specified template.BuildTypeTemplate
SProject. createBuildTypeTemplate(String extId, String name)
Creates new build configuration template with given external identifier an name.BuildTypeTemplateImpl
BuildTypeTemplateFactory. createNewTemplate(String newExtId, String name, String description, ProjectEx ownerProject)
SProject
SProject. createProject(String externalId, String projectName)
Creates new sub project in this projectSVcsRoot
SProject. createVcsRoot(String vcsName, String externalId, String name)
Creates new VCS root in this projectBuildTypeTemplate
SProject. extractBuildTypeTemplate(SBuildType originalBuildType, String extId, String name)
Extracts a template from the specified build type.void
BuildTypeIdentity. setExternalId(String newExternalId)
Changes the external id of this build template or build configuration.void
BuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId)
Changes the external id of this build template or build configuration.void
BuildTypeIdentityEx. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
Same as {BuildTypeIdentity.setExternalId(ConfigAction, String)
} but provides control over events processing.void
SProject. setExternalId(String newId)
Sets the external project id.void
SProject. setExternalId(ConfigAction cause, String newId)
Sets the external project id. -
Uses of DuplicateExternalIdException in jetbrains.buildServer.serverSide.identifiers
Methods in jetbrains.buildServer.serverSide.identifiers that throw DuplicateExternalIdException Modifier and Type Method Description 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
IdentifierValidator. validateExternalId(String externalId, EntityId<T> currentObjectId)
-
Uses of DuplicateExternalIdException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw DuplicateExternalIdException Modifier and Type Method Description SBuildType
ProjectEx. copyBuildType(SBuildType originalBuildType, String newExtId, String newName, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)
BuildTypeEx
ProjectEx. createBuildType(String extId, String name)
Creates new build configuration with given external identifier and name.BuildTypeEx
ProjectEx. createBuildType(String name, String runnerType, int maximumNumberOfBuilds, BuildTypeDescriptor.CheckoutType checkoutType)
BuildTypeEx
ProjectEx. createBuildType(String extId, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectEx. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectEx. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name, Consumer<BuildTypeEx> init)
BuildTypeTemplateEx
ProjectEx. createBuildTypeTemplate(String extId, String name)
BuildTypeTemplateImpl
BuildTypeTemplateFactoryImpl. createNewTemplate(String newExtId, String name, String description, ProjectEx ownerProject)
void
BaseBuildTypeIdentity. setExternalId(String newExternalId)
void
BaseBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId)
void
BaseBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId, boolean sendEvents)
void
DummyBuildType. setExternalId(String newExternalId)
void
DummyBuildType. setExternalId(ConfigAction cause, String newExternalId)
void
DummyBuildType. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
EditableBuildTypeCopy. setExternalId(String newExternalId)
void
EditableBuildTypeCopy. setExternalId(ConfigAction cause, String newExternalId)
void
EditableBuildTypeCopy. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
EditableTemplateCopy. setExternalId(String newExternalId)
void
EditableTemplateCopy. setExternalId(ConfigAction cause, String newExternalId)
void
EditableTemplateCopy. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
InaccessibleTemplate. setExternalId(String externalId)
void
InaccessibleTemplate. setExternalId(ConfigAction cause, String newExternalId)
void
InaccessibleTemplate. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
ProjectEx. setExternalId(ConfigAction cause, String newId, boolean sendEvents)
void
RemoteBuildTypeImpl. setExternalId(String newExternalId)
void
RemoteBuildTypeImpl. setExternalId(ConfigAction cause, String newExternalId)
void
RemoteBuildTypeImpl. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
-
Uses of DuplicateExternalIdException in jetbrains.buildServer.serverSide.impl.auth
-
Uses of DuplicateExternalIdException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw DuplicateExternalIdException Modifier and Type Method Description SBuildType
ProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions)
SBuildType
ProjectImpl. copyBuildType(SBuildType originalBuildType, String extId, String name, CopyOptions copyOptions, BuildTypeCopyMap copiedObjects)
BuildTypeTemplateEx
ProjectImpl. copyTemplate(BuildTypeTemplateEx template, String extId, String name, CopyOptions options)
BuildTypeEx
ProjectImpl. createBuildType(String extId, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectImpl. createBuildType(EntityId<String> entityId, boolean emptyUuid, String name, Consumer<BuildTypeEx> init)
BuildTypeEx
ProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name)
BuildTypeEx
ProjectImpl. createBuildTypeFromTemplate(BuildTypeTemplate template, String extId, String name, Consumer<BuildTypeEx> init)
BuildTypeTemplateEx
ProjectImpl. createBuildTypeTemplate(String extId, String name)
ProjectEx
ProjectImpl. createProject(String externalId, String projectName)
ProjectEx
ProjectImpl. createProjectNoAudit(String externalId, String projectName)
ProjectEx
ProjectImpl. createProjectNoAudit(String externalId, String projectName, boolean archived)
SVcsRootEx
ProjectImpl. createVcsRoot(String vcsName, String externalId, String name)
BuildTypeTemplate
ProjectImpl. extractBuildTypeTemplate(SBuildType originalBuildType, String extId, String name)
void
ProjectImpl. setExternalId(String newId)
void
ProjectImpl. setExternalId(ConfigAction cause, String newId)
void
ProjectImpl. setExternalId(ConfigAction cause, String newId, boolean sendEvents)
void
DefaultBuildTypeIdentifiersValidator. validateExternalId(String externalId, EntityId<String> curObjId)
void
DefaultProjectIdIdentifiersValidator. validateExternalId(String externalId, EntityId<String> curObjId)
void
DefaultVcsRootIdentifiersValidator. validateExternalId(String externalId, EntityId<Long> curObjId)
-
Uses of DuplicateExternalIdException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw DuplicateExternalIdException Modifier and Type Method Description void
SVcsRootEx. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
Same as {SVcsRootUpdate.setExternalId(ConfigAction, String)
} but provides control over events processing.void
SVcsRootUpdate. setExternalId(String externalId)
Changes external id of this VCS root and persists this VCS root configuration to diskvoid
SVcsRootUpdate. setExternalId(ConfigAction cause, String externalId)
Changes external id of this VCS root and persists this VCS root configuration to disk -
Uses of DuplicateExternalIdException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw DuplicateExternalIdException Modifier and Type Method Description void
DeletedVcsRoot. setExternalId(String externalId)
void
DeletedVcsRoot. setExternalId(ConfigAction cause, String externalId)
void
DeletedVcsRoot. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
void
InaccessibleVcsRoot. setExternalId(String externalId)
void
InaccessibleVcsRoot. setExternalId(ConfigAction cause, String externalId)
void
InaccessibleVcsRoot. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
void
SVcsRootImpl. setExternalId(String externalId)
void
SVcsRootImpl. setExternalId(ConfigAction cause, String externalId)
void
SVcsRootImpl. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
-