public interface

TaskMatcher

com.atlassian.jira.task.TaskMatcher

Class Overview

Class to represent a condition when searching for tasks.

Summary

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

Public Methods

public 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.