Interface BranchFilter


public interface BranchFilter
Author:
Robin Müller
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isBranchAllowed(String sourceBranchName, String targetBranchName)
     
  • Method Details

    • isBranchAllowed

      boolean isBranchAllowed(String sourceBranchName, String targetBranchName)