Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getSubprojectByName (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt

                    .entries
                    .filter { "UNKNOWN" != it.key }
                    .filter { model.subprojects.getSubprojectByName(it.key) != null }
                    .map {
                        SubprojectTestClassTime(
                            model.subprojects.getSubprojectByName(it.key)!!,
                            it.value.filter { tct ->
                                tct.sourceSet != "test"
                            },
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Apr 10 15:09:32 GMT 2025
    - 7.3K bytes
    - Click Count (0)
Back to Top