Uses of Package
com.atlassian.jira.task

Packages that use com.atlassian.jira.task
com.atlassian.jira   
com.atlassian.jira.bc.imports.project   
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.taskprogress   
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   
com.atlassian.jira.web.action.admin.workflow.scheme   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow.migration   
com.atlassian.jira.workflow.migration.enterprise   
com.atlassian.jira.workflow.migration.professional   
 

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.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.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.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.
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 progess 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
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.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
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.web.action.admin.workflow.scheme
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.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 progess 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.workflow.migration
ProvidesTaskProgress
          Long running tasks that implement ProvidesTaskProgress will be able to tell the task infrastructure about what progress they are making
RequiresTaskInformation
          A long running task that implements RequiresTaskInformation will be told about the TaskDescriptor that describes the task.
TaskDescriptor
          TaskDescriptor decribes the state of 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.workflow.migration.enterprise
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.workflow.migration.professional
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.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.