Uses of Class
jetbrains.buildServer.serverSide.projectsImport.conflicts.ProjectsImportConflict
-
Packages that use ProjectsImportConflict Package Description jetbrains.buildServer.controllers.admin.projectsImport jetbrains.buildServer.serverSide.projectsImport.conflicts -
-
Uses of ProjectsImportConflict in jetbrains.buildServer.controllers.admin.projectsImport
Methods in jetbrains.buildServer.controllers.admin.projectsImport that return types with arguments of type ProjectsImportConflict Modifier and Type Method Description Map<ImportedProject,Iterable<ProjectsImportConflict>>ConfigureImportStepBean. getUnresolvableConflictsPerProject() -
Uses of ProjectsImportConflict in jetbrains.buildServer.serverSide.projectsImport.conflicts
Subclasses of ProjectsImportConflict in jetbrains.buildServer.serverSide.projectsImport.conflicts Modifier and Type Class Description classAlreadyExistsInAnotherProjectConflictEntity with such ext_id and config_id already exists on this server, but belongs to the another project.classExtIdAlreadyUsedConflictExternal Id of the imported entity is used by some another entity existing on this server.classExtIdUsedAsAliasConflict<INT>External Id of the imported entities is used as alias of some existing entity.classNotMatchedExtIdConflictEntity already exist on this server (i.e.classObsoleteConfigIdInDbConflict<INT>Config Id exists in DB, but corresponding entity doesn't exist in the model.classObsoleteExtIdInDbConflict<INT>The same asObsoleteConfigIdInDbConflictbut for external id.Methods in jetbrains.buildServer.serverSide.projectsImport.conflicts that return types with arguments of type ProjectsImportConflict Modifier and Type Method Description Iterable<ProjectsImportConflict>ProjectsConflictsCalculator. getAllConflicts()Iterable<ProjectsImportConflict>ProjectsConflictsCalculator. getConflictsFor(ConfigEntityId importedEntityId)Iterable<ProjectsImportConflict>ProjectsConflictsCalculator. getConflictsInProject(ImportedProject project)
-