Class SkipFirstRunForBranchFilter

java.lang.Object
com.github.kostyasha.github.integration.branch.trigger.check.SkipFirstRunForBranchFilter
All Implemented Interfaces:
Predicate<org.kohsuke.github.GHBranch>

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

    • ifSkippedFirstRun

      public static Predicate<org.kohsuke.github.GHBranch> ifSkippedFirstRun(LoggingTaskListenerWrapper logger, boolean skipFirstRun)
    • test

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