jetbrains.buildServer.configs.kotlin.v2017_2 / FailureAction

FailureAction

enum class FailureAction

Action in case of snapshot dependency failure.

See Also

SnapshotDependency

Enum Values

IGNORE

Run dependent build and don't add problem

ADD_PROBLEM

Run dependent build, but add problem

FAIL_TO_START

Mark dependent build as failed to start

CANCEL

Cancel dependent build

Properties

actionName

val actionName: String