Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getJSONObject (0.18 sec)

  1. .teamcity/src/main/kotlin/configurations/FunctionalTest.kt

        class TeamCityParallelTests(val numberOfBatches: Int) : ParallelizationMethod()
    
        companion object {
            fun fromJson(jsonObject: JSONObject): ParallelizationMethod {
                val methodJsonObject = jsonObject.getJSONObject("parallelizationMethod") ?: return None
                return when (methodJsonObject.getString("name")) {
                    null -> None
                    TestDistribution::class.simpleName -> TestDistribution
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Feb 09 16:49:31 GMT 2024
    - 4.2K bytes
    - Viewed (0)
Back to top