- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 52 for joinToString (0.26 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
) override fun getName(testCoverage: TestCoverage) = truncateName("${testCoverage.asName()} (${subprojects.joinToString(",") { it.name }})") override fun getDescription(testCoverage: TestCoverage) = "${testCoverage.asName()} for ${subprojects.joinToString(", ") { it.name }}" fun toJsonBucket(): FunctionalTestBucket = FunctionalTestBucket(subprojects.map { it.name }, parallelizationMethod)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Apr 10 15:09:32 UTC 2025 - 3.4K bytes - Viewed (0) -
.teamcity/src/test/kotlin/BuildTypeTest.kt
"%linux.java17.openjdk.64bit%", "%linux.java21.openjdk.64bit%", "%linux.java25.openjdk.64bit%", ) val expectedInstallationPaths = linuxPaths.joinToString(",") val gradleStep = CompileAll(buildModel, buildModel.stages[0]).steps.getGradleStep(GRADLE_RUNNER_STEP_NAME) assertEquals( listOf( "-Dorg.gradle.workers.max=%maxParallelForks%",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 5.7K bytes - Viewed (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
"%linux.java17.openjdk.64bit%", "%linux.java21.openjdk.64bit%", "%linux.java25.openjdk.64bit%", ) val expectedInstallationPaths = linuxPaths.joinToString(",") val expectedRunnerParams = listOf( "-PperformanceBaselines=%performance.baselines%", "-PtestJavaVersion=17", "-PtestJavaVendor=openjdk",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Sep 18 12:22:32 UTC 2025 - 8.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/Gradleception.kt
"With${idParts.joinToString(separator = "And")}" } else { "" } id("${model.projectId}_Gradleception$idSuffix") name = "Gradleception - ${labels.joinToString(separator = " ")}" val descriptionSuffix = if (descriptionParts.isNotEmpty()) { " (${descriptionParts.joinToString(separator = ", ")})" } else {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 7.3K bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/FixProjectHealthTask.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Mar 03 06:57:08 UTC 2025 - 6.2K bytes - Viewed (1) -
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
"-DtestDistributionPartitionSizeInSeconds=%testDistributionPartitionSizeInSeconds%", "-PtestDistributionDogfoodingTag=alpine", "-PmaxTestDistributionLocalExecutors=0", ).joinToString(" ") } class TeamCityParallelTests( val numberOfBatches: Int, ) : ParallelizationMethod() companion object { private val objectMapper = ObjectMapper()Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Oct 09 05:26:45 UTC 2025 - 5.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
name = "GRADLE_RUNNER" gradleParams = ( tasks + buildToolGradleParameters(isContinue = false) ).joinToString(separator = " ") skipConditionally() } } fun BuildSteps.adHocPerformanceTest(tests: List<String>) { gradleStep( listOf(
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 3.4K bytes - Viewed (0) -
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
"%windows.java21.openjdk.64bit%", "%windows.java25.openjdk.64bit%", ) val expectedInstallationPaths = (if (os == Os.WINDOWS) windowsPaths else linuxPaths).joinToString(",") return listOf( "-Dorg.gradle.workers.max=%maxParallelForks%", "-PmaxParallelForks=%maxParallelForks% $PLUGINS_PORTAL_URL_OVERRIDE -Dscan.value.tcPipeline=master -s",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 20 07:29:52 UTC 2025 - 7.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
( performanceTestCommandLine( "${if (repeatIndex == 0) "clean" else ""} ${performanceTestTaskNames.joinToString( " ", ) { "$it$typeExtraParameters" }}", "%performance.baselines%",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 6K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CheckLinks.kt
buildScanTagParam("CheckLinks"), "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false", ).joinToString(" "), )
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Aug 26 11:35:04 UTC 2025 - 799 bytes - Viewed (0)