- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GradleSubproject (0.05 sec)
-
.teamcity/src/main/kotlin/model/CIBuildModel.kt
fun getName(testCoverage: TestCoverage): String = throw UnsupportedOperationException() fun getDescription(testCoverage: TestCoverage): String = throw UnsupportedOperationException() } data class GradleSubproject( val name: String, val path: String, val unitTests: Boolean = true, val functionalTests: Boolean = true, val crossVersionTests: Boolean = false, ) {Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Sun Aug 03 22:40:28 UTC 2025 - 25.9K bytes - Viewed (0)