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 CascadingSelectCustomFieldImporter
          Implements ProjectCustomFieldImporter for the "Cascading Select" custom field.
 class GroupCustomFieldImporter
          Implementation of ProjectCustomFieldImporter for custom fields that store groupnames.
 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.
 class ProjectPickerCustomFieldImporter
          Implementation of ProjectCustomFieldImporter for custom fields that store references to JIRA projects.
 class SelectCustomFieldImporter
          Implements ProjectCustomFieldImporter for the "Select" custom fields.
 class UserCustomFieldImporter
          Implementation of ProjectCustomFieldImporter for custom fields that store usernames.
 class VersionCustomFieldImporter
          Implements ProjectCustomFieldImporter for the "Version" custom fields.
 

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 SelectCFType.getProjectImporter()
           
 ProjectCustomFieldImporter DateTimeCFType.getProjectImporter()
           
 ProjectCustomFieldImporter DateCFType.getProjectImporter()
           
 ProjectCustomFieldImporter MultiGroupCFType.getProjectImporter()
           
 ProjectCustomFieldImporter UserCFType.getProjectImporter()
           
 ProjectCustomFieldImporter LabelsCFType.getProjectImporter()
           
 ProjectCustomFieldImporter NumberCFType.getProjectImporter()
           
 ProjectCustomFieldImporter CascadingSelectCFType.getProjectImporter()
           
 ProjectCustomFieldImporter VersionCFType.getProjectImporter()
           
 ProjectCustomFieldImporter MultiSelectCFType.getProjectImporter()
           
 ProjectCustomFieldImporter MultiUserCFType.getProjectImporter()
           
 ProjectCustomFieldImporter ProjectCFType.getProjectImporter()
           
 ProjectCustomFieldImporter GenericTextCFType.getProjectImporter()
           
 ProjectCustomFieldImporter TextCFType.getProjectImporter()
          Deprecated. 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.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.