IBranchConfiguration.

IsMatch(string) Method

Summary

Returns whether the given branch name matches the RegularExpression for this configuration.

Syntax

bool IsMatch(string branchName)

Parameters

Name Type Description
branchName string

Return Value

Type Description
bool
GitHub