Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setPrettyPrinting (0.8 sec)

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

    }
    
    class FunctionalTestBucketGenerator(
        private val model: CIBuildModel,
        testTimeDataJson: File,
    ) {
        private val gson: Gson = GsonBuilder().setPrettyPrinting().create()
        private val buckets: Map<TestCoverage, List<SmallSubprojectBucket>> = buildBuckets(testTimeDataJson, model)
    
        fun generate(jsonFile: File) {
            val output =
                buckets.map {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Apr 10 15:09:32 UTC 2025
    - 7.3K bytes
    - Viewed (0)
Back to top