Uses of Class
com.atlassian.jira.web.bean.TaskDescriptorBean

Packages that use TaskDescriptorBean
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   
 

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

Methods in com.atlassian.jira.web.action.admin.importer.project that return TaskDescriptorBean
 TaskDescriptorBean<?> AbstractProjectImportProgress.getOurTask()
           
 

Methods in com.atlassian.jira.web.action.admin.importer.project with parameters of type TaskDescriptorBean
protected  String ProjectImportBackupOverviewProgress.handleFinishedTask(TaskDescriptorBean<BackupOverview> ourTask)
           
protected  String ProjectImportMappingProgress.handleFinishedTask(TaskDescriptorBean<MappingResult> ourTask)
           
protected  String ProjectImportProgress.handleFinishedTask(TaskDescriptorBean<ProjectImportResults> ourTask)
           
protected abstract  String AbstractProjectImportProgress.handleFinishedTask(TaskDescriptorBean<V> ourTask)
           
 

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

Methods in com.atlassian.jira.web.action.admin.index that return TaskDescriptorBean
 TaskDescriptorBean<IndexCommandResult> IndexAdminImpl.getCurrentTask()
           
 TaskDescriptorBean<IndexCommandResult> IndexAdminImpl.getOurTask()
           
 

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

Methods in com.atlassian.jira.web.action.admin.task with parameters of type TaskDescriptorBean
 String TaskAdmin.getAcknowledgementURL(TaskDescriptorBean task)
          Returns the URL to allow a task to be acknowledged and then have it return back to the task admin page
 

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

Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return TaskDescriptorBean
 TaskDescriptorBean SelectProjectWorkflowSchemeStep3.getCurrentTask()
           
 TaskDescriptorBean SelectProjectWorkflowScheme.getCurrentTask()
           
protected  TaskDescriptorBean SelectProjectWorkflowScheme.getCurrentTask(boolean searchForTask)
          Return the TaskDescriptorBean associated with the task that is currently migrating the workflow for the current project.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.