Class ProjectsImportConflict

    • Method Detail

      • getImportedEntity

        public ConfigEntityId getImportedEntity()
        Get entity corresponding to this conflict.
      • isAutoResolvable

        public abstract boolean isAutoResolvable()
        Returns false if conflict can't be resolved and corresponding entity should not be imported.
      • resolve

        public abstract void resolve​(Logger logger)
      • getDescription

        public abstract String getDescription()