- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for filterIsInstance (0.19 sec)
-
.teamcity/src/test/kotlin/CIConfigIntegrationTests.kt
) } } for (stageProject in rootProject.subProjects.filterIsInstance<StageProject>()) { for (functionalTestProject in stageProject.subProjects.filterIsInstance<FunctionalTestProject>()) { when { functionalTestProject.name.contains("AllVersionsCrossVersion") -> {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 18 07:02:47 UTC 2024 - 13.4K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupRootPlugin.kt
parameters.rootBuildDir = project.layout.buildDirectory parameters.projectStates.putAll(globalExtension.projectStates) parameters.testPathToBinaryResultsDirs = allTasks.filterIsInstance<Test>().associate { it.path to it.binaryResultsDirectory.get().asFile } val taskPathToReports = ******@****.***ks .associate { it.path to it.genericHtmlReports() + it.findTraceJson() }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 06 10:57:13 UTC 2023 - 3K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
} } } val rootModuleComponents = rootDependencies.map { (it as ResolvedDependencyResult).selected.id } val candidateExternalComponents = (rootModuleComponents + externallyAccessible).filterIsInstance<ModuleComponentIdentifier>().toSet() return candidateExternalComponents - locallyAccessible
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed May 01 08:59:48 UTC 2024 - 4.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
buildType(PartialTrigger("All Functional Tests for ${stage.stageName.stageName}", "Stage_${stage.stageName.id}_FuncTests", model, functionalTests)) } val smokeTests = specificBuildTypes.filterIsInstance<SmokeTests>() if (smokeTests.size > 1) { buildType(PartialTrigger("All Smoke Tests for ${stage.stageName.stageName}", "Stage_${stage.stageName.id}_SmokeTests", model, smokeTests)) }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Oct 07 09:17:14 UTC 2024 - 9.5K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt
// This is needed to find the JavaDoc of a package declaration in 'package-info.java' ?: (node as? PackageDeclaration)?.parentNode?.get()?.childNodes?.filterIsInstance<JavadocComment>()?.singleOrNull()?.parse()?.let { findVersionFromJavadoc(it) } ?: VERSION_NOT_FOUND, nodeName(node, this, sourceFile) ) private
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 12.8K bytes - Viewed (0)