- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for StageProject (1.59 sec)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
} functionalTestProjects.forEach { functionalTestProject -> this@StageProject.subProject(functionalTestProject) } val functionalTestsPass = functionalTestProjects.map { functionalTestProject -> FunctionalTestsPass(model, functionalTestProject).also { this@StageProject.buildType(it) } }
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:24:58 UTC 2025 - 11.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
model: CIBuildModel, stage: Stage, prevStage: Stage?, stageProject: StageProject, ) { val triggers: List<BaseGradleBuildType> init { triggers = mutableListOf() val allDependencies = stageProject.specificBuildTypes + stageProject.performanceTests + stageProject.functionalTests + stageProject.docsTestTriggers
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Jun 11 10:33:45 UTC 2025 - 6.8K bytes - Viewed (0)