Package com.atlassian.jira.functest
Class BranchUtils
java.lang.Object
com.atlassian.jira.functest.BranchUtils
Utility class for branch-related logic.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisFeatureBranch(String branchName) Checks if the given branch name matches the pattern for a feature branch.
-
Method Details
-
isFeatureBranch
Checks if the given branch name matches the pattern for a feature branch.- Parameters:
branchName- The name of the branch to check.- Returns:
trueif it is a feature branch,falseotherwise.
-