- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 91 for listbox (0.04 seconds)
-
.teamcity/src/main/kotlin/configurations/BuildLogicTest.kt
publishBuildStatusToGithub(model) } applyDefaults( model, this, "checkBuildLogic", extraParameters = listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("BuildLogicTest"), "-Dorg.gradle.java.installations.auto-download=false",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 30 04:30:54 GMT 2025 - 1.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/UpdateWrapper.kt
param("env.DEFAULT_BRANCH", "%teamcity.build.branch%") param("env.TRIGGERED_BY", "%teamcity.build.triggeredBy%") } if (!vcsBranch.isMaster) { listOf(FINAL_RELEASE_BUILD_CONFIGURATION_ID, RELEASE_CANDIDATE_BUILD_CONFIGURATION_ID).forEach { triggers { finishBuildTrigger { buildType =
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jul 24 03:08:48 GMT 2025 - 2.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
os: Os = Os.LINUX, arch: Arch = Arch.AMD64, testJavaVersion: String = os.perfTestJavaVersion.major.toString(), testJavaVendor: String = os.perfTestJavaVendor.name.lowercase(), ) = listOf( "$task${if (extraParameters.isEmpty()) "" else " $extraParameters"}", "-PperformanceBaselines=$baselines", "-PtestJavaVersion=$testJavaVersion", "-PtestJavaVendor=$testJavaVendor",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
val arch = if (os == Os.MACOS) Arch.AARCH64 else Arch.AMD64 if (os == Os.WINDOWS) { listOf("jprofiler") } else { listOf("async-profiler", "async-profiler-heap") }.map { FlameGraphGenerationBuildSpec(scenario, os, arch, it) } } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 3.8K bytes - Click Count (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/Cleanup.kt
delete { delete(transformDir) } } } } private val scriptCacheDirNames = // TODO Remove gradle-kotlin-dsl* after a while listOf("scripts", "scripts-remapped", "gradle-kotlin-dsl", "gradle-kotlin-dsl-accessors", "kotlin-dsl") private fun scriptsCacheDirsUnder(cacheDir: File) = scriptCacheDirNames .map { File(cacheDir, it) }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 4.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/CompileAll.kt
} applyDefaults( model, this, "compileAllBuild -PignoreIncomingBuildReceipt=true -DdisableLocalCache=true", extraParameters = listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("CompileAll"), "-Dorg.gradle.java.installations.auto-download=false",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 22 07:15:16 GMT 2025 - 1.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/CheckLinks.kt
description = "Check links in documentations" applyDefaults( model, this, ":docs:checkLinks", extraParameters = listOf( buildScanTagParam("CheckLinks"), "-Dorg.gradle.java.installations.auto-download=false", "-Porg.gradle.java.installations.auto-download=false",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Aug 26 11:35:04 GMT 2025 - 799 bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
val extraBuildScanTags: List<String> = if (isRetry) listOf("RetriedBuild") else emptyList() val buildScanTags = model.buildScanTags + listOfNotNull(stage?.id) + extraBuildScanTags val parameters = ( buildToolGradleParameters(maxParallelForks = maxParallelForks) + listOf(extraParameters) + buildScanTags.map { buildScanTagParam(it) } +
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 8.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/GitHubMergeQueueCheckPass.kt
if (!VersionedSettingsBranch.fromDslContext().isExperimental) { triggers.vcs { quietPeriodMode = VcsTrigger.QuietPeriodMode.DO_NOT_USE branchFilter = determineBranchFilter(listOf("gh-readonly-queue/${model.branch.branchName}/*", model.branch.branchName)) } } dependencies { snapshot(RelativeId(stageTriggerId(model, StageName.READY_FOR_NIGHTLY))) {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Oct 14 16:28:05 GMT 2025 - 1.7K bytes - Click Count (0) -
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
private val model = CIBuildModel( projectId = "Check", branch = VersionedSettingsBranch.fromDslContext(), buildScanTags = listOf("Check"), subprojects = subprojectProvider, ) private val gradleBuildBucketProvider = DefaultFunctionalTestBucketProvider(model, File("./test-buckets.json").absoluteFile)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Oct 16 01:27:05 GMT 2025 - 14.6K bytes - Click Count (0)