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

Packages that use ExternalCustomFieldValue
com.atlassian.jira.imports.project.customfield   
 

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

Methods in com.atlassian.jira.imports.project.customfield with parameters of type ExternalCustomFieldValue
 MessageSet ProjectCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
          The custom field needs to determine if the provided custom field value, in the context of the config and project import mapper, is a valid value that can be imported.
 MessageSet NoTransformationCustomFieldImporter.canMapImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig, I18nHelper i18n)
           
 ProjectCustomFieldImporter.MappedCustomFieldValue ProjectCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
          The custom field needs to determine what the "mapped" value will be for the provided custom field value and return this new string representation of the value.
 ProjectCustomFieldImporter.MappedCustomFieldValue NoTransformationCustomFieldImporter.getMappedImportValue(ProjectImportMapper projectImportMapper, ExternalCustomFieldValue customFieldValue, FieldConfig fieldConfig)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.