Uses of Class
com.atlassian.jira.imports.project.taskprogress.TaskProgressInterval

Packages that use TaskProgressInterval
com.atlassian.jira.bc.imports.project   
com.atlassian.jira.imports.project   
com.atlassian.jira.imports.project.taskprogress   
 

Uses of TaskProgressInterval in com.atlassian.jira.bc.imports.project
 

Methods in com.atlassian.jira.bc.imports.project with parameters of type TaskProgressInterval
 ProjectImportResults DefaultProjectImportService.doImport(JiraServiceContext jiraServiceContext, ProjectImportOptions projectImportOptions, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportData projectImportData, TaskProgressInterval taskProgressInterval)
           
 ProjectImportResults ProjectImportService.doImport(JiraServiceContext jiraServiceContext, ProjectImportOptions projectImportOptions, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportData projectImportData, TaskProgressInterval taskProgressInterval)
          Imports the passed in project using the provided, populated and validated, project import mapper.
 MappingResult DefaultProjectImportService.doMapping(JiraServiceContext jiraServiceContext, ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, TaskProgressInterval taskProgressInterval)
           
 MappingResult ProjectImportService.doMapping(JiraServiceContext jiraServiceContext, ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, TaskProgressInterval taskProgressInterval)
          Will use the initial data in the ProjectImportData to perform automappings based on the current state of JIRA and then will validate those mappings.
 ProjectImportData DefaultProjectImportService.getProjectImportData(JiraServiceContext jiraServiceContext, ProjectImportOptions projectImportOptions, BackupProject backupProject, BackupSystemInformation backupSystemInformation, TaskProgressInterval taskProgressInterval)
           
 ProjectImportData ProjectImportService.getProjectImportData(JiraServiceContext jiraServiceContext, ProjectImportOptions projectImportOptions, BackupProject backupProject, BackupSystemInformation backupSystemInformation, TaskProgressInterval taskProgressInterval)
          Makes a pass through the provided JIRA XML backup data and creates a ProjectImportMapper and partitions the XML data for the project.
 

Uses of TaskProgressInterval in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project with parameters of type TaskProgressInterval
 void DefaultProjectImportManager.createMissingUsers(UserMapper userMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
           
 void ProjectImportManager.createMissingUsers(UserMapper userMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
          Creates all the Missing users that we have details for.
 void DefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, com.atlassian.crowd.embedded.api.User importAuthor)
           
 void ProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, com.atlassian.crowd.embedded.api.User importAuthor)
          This will perform the project import based on the mappings provided.
 void DefaultProjectImportManager.importProject(ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
           
 void ProjectImportManager.importProject(ProjectImportOptions projectImportOptions, ProjectImportMapper projectImportMapper, BackupProject backupProject, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
          This will create or update a project and all its versions, components, and project role membership.
 void DefaultProjectImportManager.importProjectRoleMembers(Project project, ProjectImportMapper projectImportMapper, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval)
           
 void ProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n)
          Re-indexes all the new Issues that have just been created in this Project Import.
 void DefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n)
           
 void DefaultProjectImportManager.validateSystemFields(ProjectImportData projectImportData, MappingResult mappingResult, ProjectImportOptions projectImportOptions, BackupProject backupProject, TaskProgressInterval taskProgressInterval, I18nHelper i18nBean)
           
 void ProjectImportManager.validateSystemFields(ProjectImportData projectImportData, MappingResult mappingResult, ProjectImportOptions projectImportOptions, BackupProject backupProject, TaskProgressInterval taskProgressInterval, I18nHelper i18nBean)
          Validates that all mappings are possible.
 

Uses of TaskProgressInterval in com.atlassian.jira.imports.project.taskprogress
 

Methods in com.atlassian.jira.imports.project.taskprogress that return TaskProgressInterval
 TaskProgressInterval TaskProgressInterval.getSubInterval(int subIntervalStartPercent, int subIntervalEndPercent)
          Returns a subinterval of this interval.
 

Constructors in com.atlassian.jira.imports.project.taskprogress with parameters of type TaskProgressInterval
AbstractSubtaskProgressProcessor(TaskProgressInterval taskProgressInterval, int numEntities)
           
EntityCountTaskProgressProcessor(TaskProgressInterval taskProgressInterval, String subTaskName, int numEntities, I18nHelper i18n)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.