|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TaskDescriptor in com.atlassian.jira.task |
|---|
| Methods in com.atlassian.jira.task that return TaskDescriptor | ||
|---|---|---|
TaskDescriptor<?> |
TaskManagerImpl.findFirstTask(TaskMatcher matcher)
|
|
TaskDescriptor<?> |
TaskManager.findFirstTask(TaskMatcher matcher)
Find the first task that "matches" according to the passed matcher. |
|
|
TaskManagerImpl.getLiveTask(TaskContext taskContext)
|
|
|
TaskManager.getLiveTask(TaskContext taskContext)
Return the live task associated with the passed context, if one exists. |
|
|
TaskManagerImpl.getTask(Long taskId)
|
|
|
TaskManager.getTask(Long taskId)
Returns the TaskDescriptor of the task that is identified by the passed id. |
|
TaskDescriptor |
AlreadyExecutingException.getTaskDescriptor()
|
|
|
TaskManagerImpl.submitTask(Callable<V> callable,
String taskDescription,
TaskContext taskContext)
|
|
|
TaskManager.submitTask(Callable<V> callable,
String taskDescription,
TaskContext taskContext)
This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon. |
|
| Methods in com.atlassian.jira.task that return types with arguments of type TaskDescriptor | |
|---|---|
Collection<TaskDescriptor<?>> |
TaskManagerImpl.findTasks(TaskMatcher matcher)
|
Collection<TaskDescriptor<?>> |
TaskManager.findTasks(TaskMatcher matcher)
Find all the tasks that "match" according to the passed matcher. |
Collection<TaskDescriptor<?>> |
TaskManagerImpl.getAllTasks()
|
Collection<TaskDescriptor<?>> |
TaskManager.getAllTasks()
Return a collection of TaskDescriptors currently within the manager. |
Collection<TaskDescriptor<?>> |
TaskManagerImpl.getLiveTasks()
|
Collection<TaskDescriptor<?>> |
TaskManager.getLiveTasks()
Return a collection of sumitted or running TaskDescriptors in the manager. |
| Methods in com.atlassian.jira.task with parameters of type TaskDescriptor | |
|---|---|
boolean |
TaskMatcher.match(TaskDescriptor<?> descriptor)
Tells the caller whether the passed descriptor matches or not. |
void |
RequiresTaskInformation.setTaskDescriptor(TaskDescriptor<T> taskDescriptor)
Called to give the task its TaskDescriptor. |
| Constructors in com.atlassian.jira.task with parameters of type TaskDescriptor | |
|---|---|
AlreadyExecutingException(TaskDescriptor taskDescriptor,
String message)
|
|
| Uses of TaskDescriptor in com.atlassian.jira.web.action.admin.workflow |
|---|
| Methods in com.atlassian.jira.web.action.admin.workflow that return TaskDescriptor | |
|---|---|
TaskDescriptor<WorkflowMigrationResult> |
ActivateWorkflowStep2.getTaskDescriptor()
|
| Uses of TaskDescriptor in com.atlassian.jira.web.action.admin.workflow.scheme |
|---|
| Methods in com.atlassian.jira.web.action.admin.workflow.scheme with parameters of type TaskDescriptor | |
|---|---|
protected void |
SelectProjectWorkflowScheme.initTaskDescriptorBean(TaskDescriptor taskDescriptor)
|
| Uses of TaskDescriptor in com.atlassian.jira.web.bean |
|---|
| Classes in com.atlassian.jira.web.bean that implement TaskDescriptor | |
|---|---|
class |
TaskDescriptorBean<V>
A UI styler bean to help format up a TaskDescriptor. |
| Methods in com.atlassian.jira.web.bean that return TaskDescriptor | |
|---|---|
TaskDescriptor |
TaskDescriptorBean.getTaskDescriptor()
|
| Constructors in com.atlassian.jira.web.bean with parameters of type TaskDescriptor | |
|---|---|
TaskDescriptorBean(TaskDescriptor<V> taskDescriptor,
I18nHelper i18nHelper,
OutlookDateManager outlookDateManager,
User currentUser)
|
|
| Uses of TaskDescriptor in com.atlassian.jira.workflow.migration |
|---|
| Methods in com.atlassian.jira.workflow.migration with parameters of type TaskDescriptor | |
|---|---|
void |
WorkflowAsynchMigrator.setTaskDescriptor(TaskDescriptor<WorkflowMigrationResult> taskDescriptor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||