All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avito.reportviewer.ReportsFetchApi.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

There is a newer version: 2023.22
Show newest version
package com.avito.reportviewer

import com.avito.android.Result
import com.avito.reportviewer.model.Report
import com.avito.reportviewer.model.ReportCoordinates
import com.avito.reportviewer.model.SimpleRunTest

public interface ReportsFetchApi {

    /**
     * Run.GetByParams
     *
     * todo remove Report from public api
     * todo remove ReportCoordinates from public api
     */
    public fun getReport(reportCoordinates: ReportCoordinates): Result

    /**
     * RunTest.List
     * получение краткого списка результатов тестов по запуску
     */
    public fun getTestsForRunId(reportCoordinates: ReportCoordinates): Result>
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy