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 StringgetDescription()booleanisAutoResolvable()Returns false if conflict can't be resolved and corresponding entity should not be imported.voidresolve(Logger logger)-
Methods inherited from class jetbrains.buildServer.serverSide.projectsImport.conflicts.ProjectsImportConflict
getImportedEntity, toString
-
-
-
-
Method Detail
-
isAutoResolvable
public boolean isAutoResolvable()
Description copied from class:ProjectsImportConflictReturns false if conflict can't be resolved and corresponding entity should not be imported.- Specified by:
isAutoResolvablein classProjectsImportConflict
-
resolve
public void resolve(Logger logger)
- Specified by:
resolvein classProjectsImportConflict
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classProjectsImportConflict
-
-