Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FunctionalTestBucket (0.09 sec)

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

                val buckets: List<SmallSubprojectBucket> =
                    (testCoverageAndBucket["buckets"] as List<Map<String, Any>>).map {
                        FunctionalTestBucket(it).toBuildTypeBucket(model.subprojects)
                    }
    
                // Sometimes people may add new subproject into `subprojects.json`
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 10 05:08:24 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top