Class ProjectCustomFieldImporter.MappedCustomFieldValue

java.lang.Object
com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter.MappedCustomFieldValue
Enclosing interface:
ProjectCustomFieldImporter

@PublicApi public static class ProjectCustomFieldImporter.MappedCustomFieldValue extends Object
A simple class that is used to return a value/parentKey pair of new "mapped" values for a custom field.
  • Constructor Details

    • MappedCustomFieldValue

      public MappedCustomFieldValue(String value)
    • MappedCustomFieldValue

      public MappedCustomFieldValue(String value, String parentKey)
  • Method Details

    • getParentKey

      public String getParentKey()
    • getValue

      public String getValue()