mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-29 13:31:58 +02:00
Initial commit
This commit is contained in:
10
app/com/ysoft/odc/Downloader.scala
Normal file
10
app/com/ysoft/odc/Downloader.scala
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.ysoft.odc
|
||||
import scala.concurrent.Future
|
||||
|
||||
/**
|
||||
* Created by user on 10/30/15.
|
||||
*/
|
||||
trait Downloader {
|
||||
|
||||
def downloadProjectReports(projects: Set[String], requiredVersions: Map[String, Int]): Future[(Map[String, (Build, ArtifactItem, ArtifactFile)], Map[String, Throwable])]
|
||||
}
|
||||
Reference in New Issue
Block a user