FailureAction

enum FailureAction : Enum<FailureAction>

Action in case of snapshot dependency failure.

See also

Entries

Link copied to clipboard
CANCEL("CANCEL")

Cancel dependent build

Link copied to clipboard
FAIL_TO_START("MAKE_FAILED_TO_START")

Mark dependent build as failed to start

Link copied to clipboard
ADD_PROBLEM("RUN_ADD_PROBLEM")

Run dependent build, but add problem

Link copied to clipboard
IGNORE("RUN")

Run dependent build and don't add problem

Properties

Link copied to clipboard
val actionName: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int