Uses of Package
com.atlassian.jira.task

Packages that use com.atlassian.jira.task
com.atlassian.jira   
com.atlassian.jira.action.admin   
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.bc.imports.project   
com.atlassian.jira.bc.project.index   
com.atlassian.jira.config   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.taskprogress   
com.atlassian.jira.index.ha   
com.atlassian.jira.issue.index   
com.atlassian.jira.rest.v2.index   
com.atlassian.jira.task   
com.atlassian.jira.util.index   
com.atlassian.jira.web.action.admin.importer.project   
com.atlassian.jira.web.action.admin.index   
com.atlassian.jira.web.action.admin.task   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.action.project   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.filters   
com.atlassian.jira.workflow.migration   
 

Classes in com.atlassian.jira.task used by com.atlassian.jira
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.action.admin
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.bc.dataimport
TaskManager
          The TaskManager contains a collection of tasks that are long running.
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.bc.imports.project
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.bc.project.index
TaskContext
          This interface is used by parts of the code that kick off tasks to give the task a "context" to operate in.
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.config
TaskContext
          This interface is used by parts of the code that kick off tasks to give the task a "context" to operate in.
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.dev.backdoor
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.imports.project
TaskContext
          This interface is used by parts of the code that kick off tasks to give the task a "context" to operate in.
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.imports.project.taskprogress
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.index.ha
ProvidesTaskProgress
          Long running tasks that implement ProvidesTaskProgress will be able to tell the task infrastructure about what progress they are making
TaskManager
          The TaskManager contains a collection of tasks that are long running.
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.issue.index
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.rest.v2.index
TaskDescriptor
          TaskDescriptor decribes the state of a long running task.
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.task
AlreadyExecutingException
          This exception is thrown when attempting to start a task in a TaskManager that already has a live task with the same context.
ImportTaskManager
          A simplified version of the TaskManager.
StatefulTaskProgressSink
          A simple TaskProgressSink thats keeps track of progress.
StepTaskProgressSink
          Sink that divides a range a progress range into a number of steps.
TaskContext
          This interface is used by parts of the code that kick off tasks to give the task a "context" to operate in.
TaskDescriptor
          TaskDescriptor decribes the state of a long running task.
TaskManager
          The TaskManager contains a collection of tasks that are long running.
TaskMatcher
          Class to represent a condition when searching for tasks.
TaskProgressEvent
          Event that represents the progress of a long running task.
TaskProgressIndicator
          Can be used to either pull or listen to the progress of a long running task.
TaskProgressListener
          A listener that is told when progress is made on a long running task.
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.util.index
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.action.admin.importer.project
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.action.admin.index
ProvidesTaskProgress
          Long running tasks that implement ProvidesTaskProgress will be able to tell the task infrastructure about what progress they are making
TaskManager
          The TaskManager contains a collection of tasks that are long running.
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.action.admin.task
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.action.admin.workflow.scheme
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.action.project
TaskManager
          The TaskManager contains a collection of tasks that are long running.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.action.setup
ProvidesTaskProgress
          Long running tasks that implement ProvidesTaskProgress will be able to tell the task infrastructure about what progress they are making
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.bean
TaskContext
          This interface is used by parts of the code that kick off tasks to give the task a "context" to operate in.
TaskDescriptor
          TaskDescriptor decribes the state of a long running task.
TaskProgressEvent
          Event that represents the progress of a long running task.
TaskProgressIndicator
          Can be used to either pull or listen to the progress of a long running task.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.web.filters
TaskProgressEvent
          Event that represents the progress of a long running task.
 

Classes in com.atlassian.jira.task used by com.atlassian.jira.workflow.migration
TaskContext
          This interface is used by parts of the code that kick off tasks to give the task a "context" to operate in.
TaskDescriptor
          TaskDescriptor decribes the state of a long running task.
TaskManager
          The TaskManager contains a collection of tasks that are long running.
TaskProgressSink
          Interface that can be used by tasks to indicate progress.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.