Modifier and Type | Method and Description |
---|---|
void |
ReferenceAoPreImport.handleEntity(String entityName,
Map<String,Object> attributes) |
void |
ReferenceAoOverview.handleEntity(String entityName,
Map<String,Object> attributes) |
void |
ReferenceAoImport.handleEntity(String entityName,
Map<String,Object> attributes) |
void |
ReferenceOfBizPreImport.handleEntity(String entityName,
Map<String,String> attributes) |
void |
ReferenceOfBizImport.handleEntity(String entityName,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
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.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) |
Modifier and Type | Method and Description |
---|---|
void |
AoPartitionHandler.handleEntity(String entityName,
Map<String,Object> attributes) |
void |
AoEntityHandler.handleEntity(String entityName,
Map<String,Object> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPersisterHandler.execute(Runnable runnable) |
void |
CommentPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
IssueLinkPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
EntityPropertiesPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
VersionPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
ComponentPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
AttachmentPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
IssuePersisterHandler.handleEntity(String entityName,
Map<String,String> attributes)
Will read the issue, transform it, save it, and keep the new mapped value.
|
void |
WorklogPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
LabelsPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
CustomFieldValuePersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
UserAssociationPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
ChangeGroupPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
ChangeItemPersisterHandler.handleEntity(String entityName,
Map<String,String> attributes) |
void |
ImportOfBizEntityHandler.handleEntity(String entityName,
Map<String,String> attributes)
This is the main method to implement when using this ImportEntityHandler.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.