com.atlassian.jira.imports.project.core
Class BackupOverviewBuilderImpl.ConfigurationContext

java.lang.Object
  extended by com.atlassian.jira.imports.project.core.BackupOverviewBuilderImpl.ConfigurationContext
Enclosing class:
BackupOverviewBuilderImpl

public static class BackupOverviewBuilderImpl.ConfigurationContext
extends Object

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


Constructor Summary
BackupOverviewBuilderImpl.ConfigurationContext(String configSchemeId, String customFieldId, String projectId)
           
 
Method Summary
 String getConfigSchemeId()
           
 String getCustomFieldId()
           
 String getProjectId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupOverviewBuilderImpl.ConfigurationContext

public BackupOverviewBuilderImpl.ConfigurationContext(String configSchemeId,
                                                      String customFieldId,
                                                      String projectId)
Method Detail

getConfigSchemeId

public String getConfigSchemeId()

getCustomFieldId

public String getCustomFieldId()

getProjectId

public String getProjectId()


Copyright © 2002-2012 Atlassian. All Rights Reserved.