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 Summary
Modifier and TypeMethodDescriptionstatic Predicate<org.kohsuke.github.GHBranch>
ifSkippedFirstRun
(LoggingTaskListenerWrapper logger, boolean skipFirstRun) boolean
test
(org.kohsuke.github.GHBranch remoteBranch)
-
Method Details
-
ifSkippedFirstRun
public static Predicate<org.kohsuke.github.GHBranch> ifSkippedFirstRun(LoggingTaskListenerWrapper logger, boolean skipFirstRun) -
test
public boolean test(org.kohsuke.github.GHBranch remoteBranch)
-