com.atlassian.jira.imports.csv.mappers
Class FullNameUserMapper
java.lang.Object
com.atlassian.jira.imports.csv.mappers.FullNameUserMapper
- All Implemented Interfaces:
- ExternalObjectMapper, ExternalUserMapper
public class FullNameUserMapper
- extends Object
- implements ExternalUserMapper
CSV user mapper that assumes the name in the format "John Smith". "John Smith" is used as full name and "johnsmith" as
username. Inexplicably, the e-mail address is "jsmith@example.com"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullNameUserMapper
public FullNameUserMapper(String fullNameField)
FullNameUserMapper
public FullNameUserMapper(String fullNameField,
String emailSuffix)
buildFromMultiMap
public ExternalUser buildFromMultiMap(org.apache.commons.collections.MultiMap bean)
- Specified by:
buildFromMultiMap
in interface ExternalUserMapper
Copyright © 2002-2011 Atlassian. All Rights Reserved.