Package com.atlassian.jira.task
Interface TaskMatcher
public interface TaskMatcher
Class to represent a condition when searching for tasks.
- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(TaskDescriptor<?> descriptor) Tells the caller whether the passed descriptor matches or not.
-
Method Details
-
match
Tells the caller whether the passed descriptor matches or not.- Parameters:
descriptor- the descriptor to test.- Returns:
- true if the passed descriptor "matches" or false otherwise.
-