Uses of Interface
com.atlassian.jira.task.TaskMatcher

Packages that use TaskMatcher
com.atlassian.jira.task   
 

Uses of TaskMatcher in com.atlassian.jira.task
 

Methods in com.atlassian.jira.task with parameters of type TaskMatcher
 TaskDescriptor<?> TaskManagerImpl.findFirstTask(TaskMatcher matcher)
           
 TaskDescriptor<?> TaskManager.findFirstTask(TaskMatcher matcher)
          Find the first task that "matches" according to the passed matcher.
 Collection<TaskDescriptor<?>> TaskManagerImpl.findTasks(TaskMatcher matcher)
           
 Collection<TaskDescriptor<?>> TaskManager.findTasks(TaskMatcher matcher)
          Find all the tasks that "match" according to the passed matcher.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.