Class WebhookInfoPredicates
- java.lang.Object
-
- org.jenkinsci.plugins.github.pullrequest.webhook.WebhookInfoPredicates
-
public final class WebhookInfoPredicates extends Object
- Author:
- lanwen (Merkushev Kirill)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.common.base.Predicate<Job>
withHookTriggerMode()
static com.google.common.base.Predicate<Job>
withPRTrigger()
static com.google.common.base.Predicate<Job>
withRepo(String repo)
-