com.atlassian.jira.task
Interface TaskMatcher


public interface TaskMatcher

Class to represent a condition when searching for tasks.

Since:
v3.13

Method Summary
 boolean match(TaskDescriptor<?> descriptor)
          Tells the caller whether the passed descriptor matches or not.
 

Method Detail

match

boolean match(TaskDescriptor<?> descriptor)
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.


Copyright © 2002-2010 Atlassian. All Rights Reserved.