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

Packages that use TaskManager
com.atlassian.jira   
com.atlassian.jira.bc.dataimport   
com.atlassian.jira.bc.project.index   
com.atlassian.jira.cluster   
com.atlassian.jira.config   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.index.ha   
com.atlassian.jira.issue.index   
com.atlassian.jira.projectconfig.rest.project   
com.atlassian.jira.rest.v2.index   
com.atlassian.jira.task   
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.workflow.migration   
 

Uses of TaskManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return TaskManager
 TaskManager ComponentManager.getTaskManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
 

Uses of TaskManager in com.atlassian.jira.bc.dataimport
 

Constructors in com.atlassian.jira.bc.dataimport with parameters of type TaskManager
DefaultDataImportService(DataImportProductionDependencies dependencies, PermissionManager permissionManager, JiraHome jiraHome, JiraLicenseUpdaterService jiraLicenseService, I18nHelper.BeanFactory beanFactory, OfBizDelegator ofBizDelegator, LicenseStringFactory licenseStringFactory, IndexPathManager indexPathManager, AttachmentPathManager attachmentPathManager, ExternalLinkUtil externalLinkUtil, ApplicationProperties applicationProperties, BuildUtilsInfo buildUtilsInfo, TaskManager taskManager, com.atlassian.mail.queue.MailQueue mailQueue, ComponentFactory factory, BuildVersionRegistry buildVersionRegistry, com.atlassian.event.spi.EventExecutorFactory eventExecutorFactory, JiraProperties jiraSystemProperties)
           
 

Uses of TaskManager in com.atlassian.jira.bc.project.index
 

Constructors in com.atlassian.jira.bc.project.index with parameters of type TaskManager
ProjectReindexServiceImpl(JiraAuthenticationContext authenticationContext, TaskManager taskManager, IssueIndexer issueIndexer, ReindexMessageManager reindexMessageManager, OfBizDelegator ofBizDelegator, IssueBatcherFactory issueBatcherFactory, SearchProvider searchProvider, IssueManager issueManager, com.atlassian.event.api.EventPublisher eventPublisher, I18nHelper.BeanFactory i18nBeanFactory)
           
 

Uses of TaskManager in com.atlassian.jira.cluster
 

Constructors in com.atlassian.jira.cluster with parameters of type TaskManager
DefaultNodeStateManager(OfBizClusterNodeStore ofBizClusterNodeStore, FailoverProperties failoverProperties, com.atlassian.scheduler.core.LifecycleAwareSchedulerService schedulerService, ComponentFactory componentFactory, TaskManager taskManager, com.atlassian.mail.queue.MailQueue mailQueue, com.atlassian.event.api.EventPublisher eventPublisher, TransactionSupport transactionSupport, JiraSystemRestarter jiraSystemRestarter, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of TaskManager in com.atlassian.jira.config
 

Constructors in com.atlassian.jira.config with parameters of type TaskManager
DefaultReindexMessageManager(JiraPropertySetFactory jiraPropertySetFactory, UserKeyService userKeyService, UserFormatManager userFormatManager, I18nHelper.BeanFactory i18nFactory, OutlookDateManager outlookDateManager, VelocityRequestContextFactory velocityRequestContextFactory, PermissionManager permissionManager, TaskManager taskManager, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of TaskManager in com.atlassian.jira.dev.backdoor
 

Constructors in com.atlassian.jira.dev.backdoor with parameters of type TaskManager
IndexingBackdoor(IssueIndexer issueIndexer, TaskManager taskManager, I18nHelper.BeanFactory i18nFactory, JiraAuthenticationContext jiraAuthenticationContext, IssueIndexManager issueIndexManager, ProjectManager projectManager, SearchService searchService, IssueManager issueManager, UserManager userManager)
           
 

Uses of TaskManager in com.atlassian.jira.index.ha
 

Constructors in com.atlassian.jira.index.ha with parameters of type TaskManager
DefaultNodeReindexService(ClusterManager clusterManager, OfBizNodeIndexCounterStore ofBizNodeIndexCounterStore, OfBizReplicatedIndexOperationStore ofBizNodeIndexOperationStore, IssueIndexManager indexManager, SharedEntityIndexer sharedEntityIndexer, IssueManager issueManager, CommentManager commentManager, OfBizDelegator ofBizDelegator, com.atlassian.event.api.EventPublisher eventPublisher, SharedEntityResolver sharedEntityResolver, TaskManager taskManager, I18nHelper i18nHelper, com.atlassian.cache.CacheManager cacheManager)
           
DefaultReplicatedIndexManager(OfBizReplicatedIndexOperationStore ofBizReplicatedIndexOperationStore, TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.jira.issue.index
 

Constructors in com.atlassian.jira.issue.index with parameters of type TaskManager
BulkOnlyIndexManager(IndexingConfiguration properties, IssueIndexer issueIndexer, IndexPathManager indexPathManager, ReindexMessageManager reindexMessageManager, com.atlassian.event.api.EventPublisher eventPublisher, ListenerManager listenerManager, ProjectManager projectManager, TaskManager taskManager, OfBizDelegator ofBizDelegator, ReplicatedIndexManager replicatedIndexManager, IssueManager issueManager)
          private only for testing purposes (use the factory method to get an instance)
DefaultIndexManager(IndexingConfiguration indexProperties, IssueIndexer issueIndexer, IndexPathManager indexPath, ReindexMessageManager reindexMessageManager, com.atlassian.event.api.EventPublisher eventPublisher, ListenerManager listenerManager, ProjectManager projectManager, IssueManager issueManager, TaskManager taskManager, OfBizDelegator ofBizDelegator, ReplicatedIndexManager replicatedIndexManager)
           
 

Uses of TaskManager in com.atlassian.jira.projectconfig.rest.project
 

Constructors in com.atlassian.jira.projectconfig.rest.project with parameters of type TaskManager
MigrationStatusResource(JiraAuthenticationContext authCtx, PermissionManager permissionManager, TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.jira.rest.v2.index
 

Constructors in com.atlassian.jira.rest.v2.index with parameters of type TaskManager
ReindexResource(IndexLifecycleManager indexLifecycleManager, TaskManager taskManager, JiraAuthenticationContext jiraAuthenticationContext, PermissionManager permissionManager, JiraBaseUrls jiraBaseUrls, I18nHelper.BeanFactory i18nBeanFactory)
           
TaskDescriptorHelper(TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.jira.task
 

Classes in com.atlassian.jira.task that implement TaskManager
 class TaskManagerImpl
          An implementation of a TaskManager.
 

Uses of TaskManager in com.atlassian.jira.web.action.admin.importer.project
 

Constructors in com.atlassian.jira.web.action.admin.importer.project with parameters of type TaskManager
AbstractProjectImportProgress(TaskManager taskManager, TaskDescriptorBean.Factory factory)
           
ProjectImportBackupOverviewProgress(TaskManager taskManager, TaskDescriptorBean.Factory factory)
           
ProjectImportMappingProgress(TaskManager taskManager, TaskDescriptorBean.Factory factory)
           
ProjectImportProgress(TaskManager taskManager, TaskDescriptorBean.Factory factory)
           
ProjectImportSelectBackup(ProjectImportService projectImportService, TaskManager taskManager, BuildUtilsInfo buildUtilsInfo, JiraHome jiraHome, AttachmentManager attachmentManager)
           
ProjectImportSelectProject(ProjectImportService projectImportService, TaskManager taskManager, ProjectManager projectManager)
           
ProjectImportSummary(ProjectImportService projectImportService, TaskManager taskManager)
           
 

Uses of TaskManager in com.atlassian.jira.web.action.admin.index
 

Constructors in com.atlassian.jira.web.action.admin.index with parameters of type TaskManager
IndexAdminImpl(IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, OutlookDateManager outlookDateManager, IndexPathManager indexPathManager, FileFactory fileFactory)
           
IndexAdminImpl(ProjectManager projectManager, PermissionManager permissionManager, IndexLifecycleManager indexLifecycleManager, GlobalPermissionManager globalPermissionManager, TaskManager taskManager, JiraAuthenticationContext authenticationContext, TaskDescriptorBean.Factory factory, IndexPathManager indexPathManager, FileFactory fileFactory, IndexRecoveryService indexRecoveryService, JiraHome jiraHome, I18nHelper.BeanFactory i18nBeanFactory)
           
 

Uses of TaskManager in com.atlassian.jira.web.action.admin.task
 

Constructors in com.atlassian.jira.web.action.admin.task with parameters of type TaskManager
AcknowledgeTask(TaskManager taskManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of TaskManager in com.atlassian.jira.web.action.admin.workflow.scheme
 

Constructors in com.atlassian.jira.web.action.admin.workflow.scheme with parameters of type TaskManager
SelectProjectWorkflowScheme(WorkflowSchemeMigrationTaskAccessor taskAccessor, TaskManager taskManager, WorkflowSchemeManager workflowSchemeManager, TaskDescriptorBean.Factory taskBeanFactory)
           
SelectProjectWorkflowSchemeStep2(WorkflowSchemeMigrationTaskAccessor taskAccessor, SearchProvider searchProvider, TaskManager taskManager, TaskDescriptorBean.Factory taskDescriptorFactory, WorkflowManager workflowManager, ConstantsManager constantsManager, WorkflowSchemeManager workflowSchemeManager, MigrationHelperFactory migrationHelperFactory)
           
SelectProjectWorkflowSchemeStep3(WorkflowSchemeMigrationTaskAccessor taskAccessor, TaskManager taskManager, WorkflowSchemeManager workflowSchemeManager, TaskDescriptorBean.Factory taskDescriptorFactory)
           
 

Uses of TaskManager in com.atlassian.jira.web.action.project
 

Constructors in com.atlassian.jira.web.action.project with parameters of type TaskManager
IndexProject(TaskManager taskManager, TaskDescriptorBean.Factory factory, ProjectReindexService projectReindexService, JiraAuthenticationContext authenticationContext)
           
 

Uses of TaskManager in com.atlassian.jira.workflow.migration
 

Fields in com.atlassian.jira.workflow.migration declared as TaskManager
protected  TaskManager AbstractWorkflowSchemeMigrationHelper.taskManager
           
 

Constructors in com.atlassian.jira.workflow.migration with parameters of type TaskManager
DefaultMigrationHelperFactory(WorkflowManager workflowManager, OfBizDelegator delegator, WorkflowSchemeManager schemeManager, ConstantsManager constantsManager, JiraAuthenticationContext authCtx, TaskManager taskManager, IssueIndexManager issueIndexManager, WorkflowSchemeManager workflowSchemeManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultWorkflowSchemeMigrationTaskAccessor(TaskManager taskManager, WorkflowSchemeManager manager)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.