branchFilter property

String? branchFilter
final

A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

Implementation

final String? branchFilter;