Class SkipFirstRunForPRFilter

  • All Implemented Interfaces:
    com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest>, Predicate<org.kohsuke.github.GHPullRequest>

    public class SkipFirstRunForPRFilter
    extends Object
    implements com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest>
    Author:
    lanwen (Merkushev Kirill)
    • Method Detail

      • ifSkippedFirstRun

        public static com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest> ifSkippedFirstRun​(TaskListener logger,
                                                                                                           boolean skipFirstRun)
      • apply

        public boolean apply​(org.kohsuke.github.GHPullRequest remotePR)
        Specified by:
        apply in interface com.google.common.base.Predicate<org.kohsuke.github.GHPullRequest>