sourcePhases property

List<String>? sourcePhases
getter/setter pair

Phases within which jobs are subject to automatic repair actions on failure.

Proceeds only after phase name matched any one in the list, or for all phases if unspecified. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

Optional.

Implementation

core.List<core.String>? sourcePhases;