override fun downloadLatestCompatiblePluginViaBlockMap()

in rest/src/main/kotlin/org/jetbrains/intellij/pluginRepository/internal/instances/PluginDownloaderInstance.kt [46:55]


  override fun downloadLatestCompatiblePluginViaBlockMap(
    xmlId: String,
    ideBuild: String,
    targetPath: File,
    oldFile: File,
    channel: String?
  ): File? {
    LOG.info("Downloading $xmlId for $ideBuild build")
    return doDownloadPluginViaBlockMap(service.downloadCompatiblePlugin(xmlId, ideBuild, channel), targetPath, oldFile)
  }