Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PerformanceTest$uuid (1.53 sec)

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

            model: CIBuildModel,
            bucket: String,
        ) = "${asConfigurationId(model)}$bucket"
    
        override fun asConfigurationId(model: CIBuildModel) = "${model.projectId}_${oldUuid ?: "PerformanceTest$uuid"}"
    
        override fun asName(): String = "${type.displayName} - ${os.asName()}"
    
        override fun channel() = "${type.channel}${if (os == Os.LINUX) "" else "-${os.name.lowercase(Locale.US)}"}-%teamcity.build.branch%"
    }
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top