java.lang.Object
org.jenkinsci.plugins.github.pullrequest.trigger.JobRunnerForCause.CauseHasPRNum
- All Implemented Interfaces:
com.google.common.base.Predicate<Cause>
, Predicate<Cause>
- Enclosing class:
- JobRunnerForCause
protected static class JobRunnerForCause.CauseHasPRNum
extends Object
implements com.google.common.base.Predicate<Cause>
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Method Details
-
apply
public boolean apply(Cause cause)
- Specified by:
apply
in interface com.google.common.base.Predicate<Cause>