- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getBucketUuid (0.06 sec)
-
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
Os.LINUX -> ParallelizationMethod.TestDistribution else -> ParallelizationMethod.None } return FunctionalTest( model, testCoverage.getBucketUuid(model, bucketIndex), "${testCoverage.asName()} ($startInclusive <= gradle <$endExclusive)", "${testCoverage.asName()} for gradle ($startInclusive <= gradle <$endExclusive)", testCoverage,
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Jun 12 09:50:29 UTC 2024 - 9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
) ) ), val subprojects: GradleSubprojectProvider ) fun TestCoverage.getBucketUuid(model: CIBuildModel, bucketIndex: Int) = asConfigurationId(model, "bucket${bucketIndex + 1}") interface BuildTypeBucket {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 16 06:14:14 UTC 2024 - 22.9K bytes - Viewed (0)