- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testPathToBinaryResultsDirs (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
get() = parameters.taskPathToReports.get() private val rootBuildDir: File get() = parameters.rootBuildDir.get().asFile private val testPathToBinaryResultsDirs: Map<String, File> get() = parameters.testPathToBinaryResultsDirs.get() override fun onFinish(event: FinishEvent) { if (event is TaskFinishEvent && taskPathReports.containsKey(event.descriptor.taskPath)) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Nov 05 11:43:49 GMT 2025 - 12.5K bytes - Click Count (1) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupRootPlugin.kt
parameters.rootBuildDir = project.layout.buildDirectory parameters.projectStates.putAll(globalExtension.projectStates) parameters.testPathToBinaryResultsDirs = allTasks.filterIsInstance<Test>().associate { it.path to it.binaryResultsDirectory.get().asFile } val taskPathToReports = ******@****.***ksCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jul 06 10:57:13 GMT 2023 - 3K bytes - Click Count (0)