includePattern property

String? includePattern
getter/setter pair

The pattern of the branch that can match to this BranchRule.

Specified as regex. .* for all branches. Examples: main, (main|release.*). Current MVP phase only support .* for wildcard.

Optional.

Implementation

core.String? includePattern;