Class BranchUtils

java.lang.Object
com.atlassian.jira.functest.BranchUtils

public final class BranchUtils extends Object
Utility class for branch-related logic.
  • Method Details

    • isFeatureBranch

      public static boolean isFeatureBranch(String branchName)
      Checks if the given branch name matches the pattern for a feature branch.
      Parameters:
      branchName - The name of the branch to check.
      Returns:
      true if it is a feature branch, false otherwise.