Class SkipFirstRunForBranchFilter

  • All Implemented Interfaces:
    Predicate<org.kohsuke.github.GHBranch>

    public class SkipFirstRunForBranchFilter
    extends Object
    implements Predicate<org.kohsuke.github.GHBranch>
    Author:
    Kanstantsin Shautsou
    • Method Detail

      • test

        public boolean test​(org.kohsuke.github.GHBranch remoteBranch)
        Specified by:
        test in interface Predicate<org.kohsuke.github.GHBranch>