jetbrains.buildServer.configs.kotlin.v10.buildFeatures / AutoMerge / MergeCondition

MergeCondition

enum class MergeCondition

A condition which should be satisfied for merge to happen

Enum Values

SUCCESSFUL_BUILD

Merge sources in successful builds only

NO_NEW_FAILED_TESTS

Merge sources in build if there no new test failures

Companion Object Properties

mapping

val mapping: <ERROR CLASS>