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 class
AlreadyExistsInAnotherProjectConflict
Entity with such ext_id and config_id already exists on this server, but belongs to the another project.class
ExtIdAlreadyUsedConflict
External Id of the imported entity is used by some another entity existing on this server.class
ExtIdUsedAsAliasConflict<INT>
External Id of the imported entities is used as alias of some existing entity.class
NotMatchedExtIdConflict
Entity already exist on this server (i.e.class
ObsoleteConfigIdInDbConflict<INT>
Config Id exists in DB, but corresponding entity doesn't exist in the model.class
ObsoleteExtIdInDbConflict<INT>
The same asObsoleteConfigIdInDbConflict
but 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)
-