java.lang.Object
com.atlassian.greenhopper.customfield.sprint.SprintPickerMatcher
- All Implemented Interfaces:
com.google.common.base.Predicate<Sprint>
, Predicate<Sprint>
public class SprintPickerMatcher
extends Object
implements com.google.common.base.Predicate<Sprint>
Checks that the supplied a
Sprint
sprint matches a query
-
Constructor Summary
Constructors
-
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
-
Constructor Details
-
SprintPickerMatcher
public SprintPickerMatcher(String query,
boolean excludeCompleted)
-
Method Details
-
apply
public boolean apply(Sprint sprint)
- Specified by:
apply
in interface com.google.common.base.Predicate<Sprint>