Class ByGlobPatternPredicate
java.lang.Object
org.jenkinsci.plugins.sonargerrit.sonar.ByGlobPatternPredicate
public class ByGlobPatternPredicate
extends Object
implements com.google.common.base.Predicate<Issue>
- Author:
- Réda Housni Alaoui
-
Constructor Summary
ConstructorsConstructorDescriptionByGlobPatternPredicate(String pattern) ByGlobPatternPredicate(String pattern, boolean negated) ByGlobPatternPredicate(PathMatcher pathMatcher, boolean negated) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Predicate
equals, test