- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for KILL_ALL_GRADLE_PROCESSES (0.23 seconds)
-
.teamcity/src/test/kotlin/ApplyDefaultConfigurationTest.kt
assertEquals( listOf( "KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS", "GRADLE_RUNNER", "KILL_ALL_GRADLE_PROCESSES", "CLEAN_UP_GIT_UNTRACKED_FILES_AND_DIRECTORIES", "GRADLE_RETRY_RUNNER", "MARK_BUILD_SUCCESSFUL_ON_RETRY_SUCCESS", "KILL_PROCESSES_STARTED_BY_GRADLE",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 7.1K bytes - Click Count (0) -
.teamcity/src/test/kotlin/PerformanceTestBuildTypeTest.kt
2, extraParameters = "extraParameters", ) assertEquals( listOf( "KILL_ALL_GRADLE_PROCESSES", "GRADLE_RUNNER", "KILL_PROCESSES_STARTED_BY_GRADLE", "CHECK_CLEAN_M2_ANDROID_USER_HOME", "CLEANUP_PERFORMANCE_TEST_SPLITS", ),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/TestPerformanceTest.kt
* limitations under the License. */ package configurations import common.INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import common.Os import common.applyPerformanceTestSettings import common.buildToolGradleParameters import common.checkCleanM2AndAndroidUserHome import common.gradleWrapper import common.killProcessStep
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 08 01:31:13 GMT 2026 - 3.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package common import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import configurations.CompileAll import configurations.FunctionalTest import configurations.branchesFilterExcluding import configurations.checkCleanDirUnixLike import configurations.checkCleanDirWindows
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt
package configurations import common.Arch import common.BuildToolBuildJvm import common.Jvm import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import common.KillProcessMode.KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS import common.KillProcessMode.KILL_PROCESSES_STARTED_BY_GRADLE import common.Os import common.VersionedSettingsBranch import common.applyDefaultSettings import common.buildScanTagParam import common.buildToolGradleParameters
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/PerformanceTest.kt
* limitations under the License. */ package configurations import common.INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import common.KillProcessMode.KILL_PROCESSES_STARTED_BY_GRADLE import common.Os import common.applyPerformanceTestSettings import common.buildScanTagParam import common.buildToolGradleParameters
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 6.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
package util import common.Arch import common.INDIVIDUAL_PERFORAMCE_TEST_ARTIFACT_RULES import common.JvmVendor import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES import common.Os import common.applyPerformanceTestSettings import common.buildToolGradleParameters import common.checkCleanM2AndAndroidUserHome import common.gradleWrapper import common.killProcessStep import common.performanceTestCommandLine import common.removeSubstDirOnWindows
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0)