Class NotMatchedExtIdConflict
- java.lang.Object
-
- jetbrains.buildServer.serverSide.projectsImport.conflicts.ProjectsImportConflict
-
- jetbrains.buildServer.serverSide.projectsImport.conflicts.NotMatchedExtIdConflict
-
public class NotMatchedExtIdConflict extends ProjectsImportConflict
Entity already exist on this server (i.e. it was found by uuid), but has different external id. We can't resolve this conflict and don't import such entities, because we don't know how to change ext_id.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
boolean
isAutoResolvable()
Returns false if conflict can't be resolved and corresponding entity should not be imported.void
resolve(Logger logger)
-
Methods inherited from class jetbrains.buildServer.serverSide.projectsImport.conflicts.ProjectsImportConflict
getImportedEntity, toString
-
-
-
-
Method Detail
-
isAutoResolvable
public boolean isAutoResolvable()
Description copied from class:ProjectsImportConflict
Returns false if conflict can't be resolved and corresponding entity should not be imported.- Specified by:
isAutoResolvable
in classProjectsImportConflict
-
resolve
public void resolve(Logger logger)
- Specified by:
resolve
in classProjectsImportConflict
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classProjectsImportConflict
-
-