Class SprintImportHandler
java.lang.Object
com.atlassian.greenhopper.imports.SprintImportHandler
- All Implemented Interfaces:
com.atlassian.jira.imports.project.ao.handler.AoEntityHandler
,com.atlassian.jira.imports.project.ao.handler.PluggableImportAoEntityHandler
,com.atlassian.jira.imports.project.handler.PluggableImportHandler
public class SprintImportHandler
extends Object
implements com.atlassian.jira.imports.project.ao.handler.PluggableImportAoEntityHandler
Handles import of the Sprint AO table.
-
Field Summary
Fields inherited from interface com.atlassian.jira.imports.project.ao.handler.PluggableImportAoEntityHandler
WEIGHT_NONE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getEntityWeight
(String aoTableName) void
handleEntity
(String aoTableName, Map<String, Object> attributes) boolean
handlesEntity
(String aoTableName) void
setBackupProject
(com.atlassian.jira.imports.project.core.BackupProject backupProject) void
setBackupSystemInformation
(com.atlassian.jira.imports.project.core.BackupSystemInformation backupSystemInformation) void
setProjectImportMapper
(com.atlassian.jira.imports.project.mapper.ProjectImportMapper projectImportMapper) void
setProjectImportResults
(com.atlassian.jira.imports.project.core.ProjectImportResults projectImportResults) void
-
Constructor Details
-
SprintImportHandler
public SprintImportHandler()
-
-
Method Details
-
handleEntity
public void handleEntity(String aoTableName, Map<String, Object> attributes) throws com.atlassian.jira.exception.ParseException, com.atlassian.jira.imports.project.handler.AbortImportException- Specified by:
handleEntity
in interfacecom.atlassian.jira.imports.project.ao.handler.AoEntityHandler
- Throws:
com.atlassian.jira.exception.ParseException
com.atlassian.jira.imports.project.handler.AbortImportException
-
handlesEntity
- Specified by:
handlesEntity
in interfacecom.atlassian.jira.imports.project.ao.handler.AoEntityHandler
-
getEntityWeight
- Specified by:
getEntityWeight
in interfacecom.atlassian.jira.imports.project.ao.handler.PluggableImportAoEntityHandler
-
startDocument
public void startDocument()- Specified by:
startDocument
in interfacecom.atlassian.jira.imports.project.ao.handler.AoEntityHandler
-
endDocument
public void endDocument()- Specified by:
endDocument
in interfacecom.atlassian.jira.imports.project.ao.handler.AoEntityHandler
-
endTable
- Specified by:
endTable
in interfacecom.atlassian.jira.imports.project.ao.handler.AoEntityHandler
-
setBackupProject
public void setBackupProject(com.atlassian.jira.imports.project.core.BackupProject backupProject) - Specified by:
setBackupProject
in interfacecom.atlassian.jira.imports.project.handler.PluggableImportHandler
-
setBackupSystemInformation
public void setBackupSystemInformation(com.atlassian.jira.imports.project.core.BackupSystemInformation backupSystemInformation) - Specified by:
setBackupSystemInformation
in interfacecom.atlassian.jira.imports.project.handler.PluggableImportHandler
-
setProjectImportMapper
public void setProjectImportMapper(com.atlassian.jira.imports.project.mapper.ProjectImportMapper projectImportMapper) - Specified by:
setProjectImportMapper
in interfacecom.atlassian.jira.imports.project.handler.PluggableImportHandler
-
setProjectImportResults
public void setProjectImportResults(com.atlassian.jira.imports.project.core.ProjectImportResults projectImportResults) - Specified by:
setProjectImportResults
in interfacecom.atlassian.jira.imports.project.handler.PluggableImportHandler
-