Uses of Interface
com.atlassian.jira.task.TaskDescriptor
Packages that use TaskDescriptor
Package
Description
-
Uses of TaskDescriptor in com.atlassian.jira.bc.project.index
Methods in com.atlassian.jira.bc.project.index that return TaskDescriptor -
Uses of TaskDescriptor in com.atlassian.jira.index.request
Methods in com.atlassian.jira.index.request that return TaskDescriptorModifier and TypeMethodDescriptionTaskDescriptorHelper.getActiveForegroundIndexTask()TaskDescriptorHelper.getActiveIndexTask()Methods in com.atlassian.jira.index.request with parameters of type TaskDescriptorModifier and TypeMethodDescriptionvoidTaskDescriptorHelper.waitForTaskCompletion(TaskDescriptor<IndexCommandResult> task) -
Uses of TaskDescriptor in com.atlassian.jira.rest.v2.index
Methods in com.atlassian.jira.rest.v2.index that return TaskDescriptorModifier and TypeMethodDescriptionTaskDescriptorHelper.getActiveIndexTask()TaskDescriptorHelper.getIndexTask(long taskId) TaskDescriptorHelper.getLastindexTask() -
Uses of TaskDescriptor in com.atlassian.jira.task
Classes in com.atlassian.jira.task that implement TaskDescriptorMethods in com.atlassian.jira.task that return TaskDescriptorModifier and TypeMethodDescriptionTaskManager.findFirstTask(TaskMatcher matcher) Find the first task that "matches" according to the passed matcher.TaskManagerImpl.findFirstTask(TaskMatcher matcher) <V extends Serializable>
TaskDescriptor<V> TaskManager.getLiveTask(TaskContext taskContext) Return the live task associated with the passed context, if one exists.<V extends Serializable>
TaskDescriptor<V> TaskManagerImpl.getLiveTask(TaskContext taskContext) <V extends Serializable>
TaskDescriptor<V> ImportTaskManager.getTask()Returns theTaskDescriptorof the current import task that's running<V extends Serializable>
TaskDescriptor<V> ImportTaskManagerImpl.getTask()<V extends Serializable>
TaskDescriptor<V> Returns theTaskDescriptorof the task that is identified by the passed id.<V extends Serializable>
TaskDescriptor<V> AlreadyExecutingException.getTaskDescriptor()<V extends Serializable>
TaskDescriptor<V> ImportTaskManager.submitTask(Callable<V> callable, String taskName) This submits aCallabletask to the manager which can then be started at the managers discretion, but hopefully very soon.<V extends Serializable>
TaskDescriptor<V> ImportTaskManager.submitTask(Callable<V> callable, String taskName, SpanningOperation spanningOperation) This submits aCallabletask to the manager which can then be started at the managers discretion, but hopefully very soon.<V extends Serializable>
TaskDescriptor<V> ImportTaskManagerImpl.submitTask(Callable<V> callable, String taskName) <V extends Serializable>
TaskDescriptor<V> ImportTaskManagerImpl.submitTask(Callable<V> callable, String taskName, SpanningOperation spanningOperation) <V extends Serializable>
TaskDescriptor<V> TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext) This submits aCallabletask to the manager which can then be started at the managers discretion, but hopefully very soon.<V extends Serializable>
TaskDescriptor<V> TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable) This submits aCallabletask to the manager which can then be started at the managers discretion, but hopefully very soon.<V extends Serializable>
TaskDescriptor<V> TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable, SpanningOperation spanningOperation) This submits aCallabletask to the manager which can then be started at the managers discretion, but hopefully very soon.<V extends Serializable>
TaskDescriptor<V> TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext) <V extends Serializable>
TaskDescriptor<V> TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable) <V extends Serializable>
TaskDescriptor<V> TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable, SpanningOperation spanningOperation) Methods in com.atlassian.jira.task that return types with arguments of type TaskDescriptorModifier and TypeMethodDescriptionTaskManager.findTasks(TaskMatcher matcher) Find all the tasks that "match" according to the passed matcher.TaskManagerImpl.findTasks(TaskMatcher matcher) TaskManager.getAllTasks()Return a collection ofTaskDescriptors currently within the manager.TaskManagerImpl.getAllTasks()TaskManager.getLiveTasks()Return a collection of submitted or runningTaskDescriptors in the manager.TaskManagerImpl.getLiveTasks()Methods in com.atlassian.jira.task with parameters of type TaskDescriptorModifier and TypeMethodDescriptionbooleanTaskMatcher.match(TaskDescriptor<?> descriptor) Tells the caller whether the passed descriptor matches or not.voidRequiresTaskInformation.setTaskDescriptor(TaskDescriptor<T> taskDescriptor) Called to give the task itsTaskDescriptor.Constructors in com.atlassian.jira.task with parameters of type TaskDescriptorModifierConstructorDescriptionAlreadyExecutingException(TaskDescriptor taskDescriptor, String message) -
Uses of TaskDescriptor in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that return TaskDescriptorMethods in com.atlassian.jira.web.bean with parameters of type TaskDescriptorModifier and TypeMethodDescription<V extends Serializable>
TaskDescriptorBean<V> TaskDescriptorBean.Factory.create(TaskDescriptor<V> descriptor) -
Uses of TaskDescriptor in com.atlassian.jira.workflow.migration
Methods in com.atlassian.jira.workflow.migration that return TaskDescriptorModifier and TypeMethodDescriptionDefaultWorkflowSchemeMigrationTaskAccessor.findSchemeMigrationTask(com.atlassian.jira.workflow.migration.DefaultWorkflowSchemeMigrationTaskAccessor.AbstractSchemeMigrationTaskMatcher taskMatcher) DefaultWorkflowSchemeMigrationTaskAccessor.getActive(WorkflowScheme scheme) Returns the currently active task associated with the given project, or null if there are now such tasks.WorkflowSchemeMigrationTaskAccessor.getActive(WorkflowScheme scheme) Returns the currently active task that is migrating the passed scheme.DefaultWorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations) DefaultWorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations, boolean onlyNonSafeToDelete) WorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations) Returns the currently active task that is migrating any of the projects associated with the passed draft scheme.WorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations, boolean onlyNonSafeToDelete) Returns the currently active task that is migrating any of the projects associated with the passed draft scheme.AbstractWorkflowSchemeMigrationHelper.migrateAsync()WorkflowSchemeMigrationHelper.migrateAsync()