Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for addTaskReports (0.04 seconds)

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt

        }
    
        fun addTestBinaryResultsDir(testTaskPath: String, binaryResultsDir: Provider<File>) {
            testTaskPathToBinaryResultsDir[testTaskPath] = binaryResultsDir
        }
    
        fun addTaskReports(taskPath: String, reports: Collection<FileLocationProvider>) {
            val reportLocations = reports.map(::ReportLocation)
            if (resolveReportLocationsOnAdd) {
                reportLocations.forEach { it.resolve() }
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 11 11:05:07 GMT 2026
    - 14.3K bytes
    - Click Count (1)
Back to Top