Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for FunctionalTestBucket (0.11 seconds)

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

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

    class TestClassTime(
        val sourceSet: String,
        val buildTimeMs: Int,
    )
    
    data class TestCoverageAndBucketSplits(
        val testCoverageUuid: Int,
        val buckets: List<FunctionalTestBucket>,
    )
    
    data class FunctionalTestBucket(
        val subprojects: SortedSet<String>,
        val parallelizationMethod: ParallelizationMethod,
    ) {
        constructor(subprojectList: List<String>, parallelizationMethod: ParallelizationMethod) : this(
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Apr 10 15:09:32 GMT 2025
    - 3.4K bytes
    - Click Count (0)
  2. .teamcity/src/main/kotlin/projects/CheckProject.kt

    Christoph Obexer <******@****.***> 1769601088 +0100
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 03 10:41:06 GMT 2026
    - 4.1K bytes
    - Click Count (1)
  3. .teamcity/src/main/kotlin/projects/FunctionalTestProject.kt

    bot-gradle <******@****.***> 1739350550 +0000
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Feb 12 09:12:03 GMT 2025
    - 876 bytes
    - Click Count (0)
  4. .teamcity/src/main/kotlin/projects/StageProject.kt

    Bo Zhang <******@****.***> 1774843407 +0800
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 30 04:44:29 GMT 2026
    - 12.5K bytes
    - Click Count (0)
Back to Top