- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for truncateName (0.05 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
) : BuildTypeBucket { constructor(subproject: GradleSubproject, parallelizationMethod: ParallelizationMethod) : this(listOf(subproject), parallelizationMethod) val name = truncateName(subprojects.joinToString(",")) private fun truncateName(str: String) = // Can't exceed Linux file name limit 255 char on TeamCity if (str.length > 200) { str.substring(0, 200) + "..." } else {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Jun 12 09:50:29 UTC 2024 - 9K bytes - Viewed (0)