@Internal public static class

BackupOverviewBuilder.ConfigurationContext

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

@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 configuration context as stored in the XML Backup. We only include the fields that we need to build ExternalCustomFieldConfiguration's

Summary

Public Constructors
ConfigurationContext(String configSchemeId, String customFieldId, String projectId)
Public Methods
String getConfigSchemeId()
String getCustomFieldId()
String getProjectId()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfigurationContext (String configSchemeId, String customFieldId, String projectId)

Public Methods

public String getConfigSchemeId ()

public String getCustomFieldId ()

public String getProjectId ()