Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createFunctionalTestsFor (0.22 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    )
    
    fun TestCoverage.getBucketUuid(
        model: CIBuildModel,
        bucketIndex: Int,
    ) = asConfigurationId(model, "bucket${bucketIndex + 1}")
    
    interface BuildTypeBucket {
        fun createFunctionalTestsFor(
            model: CIBuildModel,
            stage: Stage,
            testCoverage: TestCoverage,
            bucketIndex: Int,
        ): FunctionalTest
    
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Nov 05 13:00:26 GMT 2025
    - 27.5K bytes
    - Click Count (0)
Back to Top