com.atlassian.jira.imports.project.customfield
Interface ProjectImportableCustomField

All Known Implementing Classes:
CascadingSelectCFType, DateCFType, DateTimeCFType, GenericTextCFType, ImportIdLinkCFType, LabelsCFType, MultiGroupCFType, MultiSelectCFType, MultiUserCFType, NumberCFType, ProjectCFType, ReadOnlyCFType, RenderableTextCFType, SelectCFType, TextAreaCFType, TextCFType, URLCFType, UserCFType, VersionCFType

public interface ProjectImportableCustomField

This is an interface that will need to be implemented if a custom field is able to be imported by the project importer. When importing a project, if the CustomFieldType is an instance of this interface then we will attempt to perform mappings and import the custom field data. If it is not an instance of this interface then we will alert the user in the importer that the custom field is not importable.

Since:
v3.13

Method Summary
 ProjectCustomFieldImporter getProjectImporter()
          Returns the object that will perform the actual project import functions for the custom field type.
 

Method Detail

getProjectImporter

ProjectCustomFieldImporter getProjectImporter()
Returns the object that will perform the actual project import functions for the custom field type.

Returns:
the object that will perform the actual project import functions for the custom field type.


Copyright © 2002-2012 Atlassian. All Rights Reserved.