@Internal public static class

BackupOverviewBuilder.FieldConfigSchemeIssueType

extends Object
java.lang.Object
   ↳ com.atlassian.jira.imports.project.core.BackupOverviewBuilder.FieldConfigSchemeIssueType

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Represents the CustomField field configuration issue type context as stored in the XML Backup. We only include the fields that we need to build ExternalCustomFieldConfiguration's

Summary

Public Constructors
FieldConfigSchemeIssueType(String fieldConfigScheme, String issueType)
Public Methods
String getFieldConfigScheme()
String getIssueType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FieldConfigSchemeIssueType (String fieldConfigScheme, String issueType)

Public Methods

public String getFieldConfigScheme ()

public String getIssueType ()