Class BranchDiscoveryTrait.OnlyOriginMRBranchesSCMHeadFilter

java.lang.Object
jenkins.scm.api.trait.SCMHeadFilter
io.jenkins.plugins.gitlabbranchsource.BranchDiscoveryTrait.OnlyOriginMRBranchesSCMHeadFilter
Enclosing class:
BranchDiscoveryTrait

public static class BranchDiscoveryTrait.OnlyOriginMRBranchesSCMHeadFilter extends jenkins.scm.api.trait.SCMHeadFilter
Filter that excludes branches that are not also filed as a merge request.
  • Constructor Details

    • OnlyOriginMRBranchesSCMHeadFilter

      public OnlyOriginMRBranchesSCMHeadFilter(Pattern branchesAlwaysIncludedRegexPattern)
      Constructor
      Parameters:
      branchesAlwaysIncludedRegexPattern - the branchesAlwaysIncludedRegexPattern.
  • Method Details

    • isExcluded

      public boolean isExcluded(@NonNull jenkins.scm.api.trait.SCMSourceRequest request, @NonNull jenkins.scm.api.SCMHead head)
      Specified by:
      isExcluded in class jenkins.scm.api.trait.SCMHeadFilter