Uses of Interface
com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter

Packages that use ProjectCustomFieldImporter
com.atlassian.jira.imports.project.customfield   
com.atlassian.jira.issue.customfields.impl   
 

Uses of ProjectCustomFieldImporter in com.atlassian.jira.imports.project.customfield
 

Classes in com.atlassian.jira.imports.project.customfield that implement ProjectCustomFieldImporter
 class NoTransformationCustomFieldImporter
          This class provides an implementation of ProjectCustomFieldImporter for Custom Fields which don't need to transform the custom field value upon import into a new JIRA instance.
 

Methods in com.atlassian.jira.imports.project.customfield that return ProjectCustomFieldImporter
 ProjectCustomFieldImporter ProjectImportableCustomField.getProjectImporter()
          Returns the object that will perform the actual project import functions for the custom field type.
 

Uses of ProjectCustomFieldImporter in com.atlassian.jira.issue.customfields.impl
 

Methods in com.atlassian.jira.issue.customfields.impl that return ProjectCustomFieldImporter
 ProjectCustomFieldImporter TextCFType.getProjectImporter()
          This method will return a NoTransformationCustomFieldImporter, be mindful that if you are extending this class you need to have a good hard think about whether this is the right field importer for your custom field values.
 ProjectCustomFieldImporter NumberCFType.getProjectImporter()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.