Package com.atlassian.jira.imports.csv.mappers

Interface Summary
ExternalCommentMapper  
ExternalComponentMapper  
ExternalCustomFieldValueMapper  
ExternalIssueMapper  
ExternalObjectMapper  
ExternalProjectMapper  
ExternalUserMapper Interface which defines a how to extract ExternalUser objects from data in the CSV file.
ExternalVersionMapper  
TimeEstimateConverter Converts a raw string to a Long representing the number of seconds the time estimate field contains.
 

Class Summary
ConcatNameMapper This name mapper is used for usernames that are in the format JSmith.
DefaultExternalCustomFieldValueMapper  
DefaultExternalIssueMapper  
DefaultExternalProjectMapper  
FirstInitialFirstNameUserMapper CSV user mapper that assumes the name in the format "John Smith".
FullNameUserMapper CSV user mapper that assumes the name in the format "John Smith".
PvcsComment  
SimpleCommentMapper  
SimpleExternalComponentMapper  
SimpleExternalVersionMapper  
SimpleTimeEstimateConverter Simple time estimate converter that assumes the string represents a long value.
StaticProjectMapper  
 



Copyright © 2002-2007 Atlassian. All Rights Reserved.