Class TemplateImportConfiguration
java.lang.Object
com.riadalabs.jira.plugins.insight.services.imports.common.external.TemplateImportConfiguration
- All Implemented Interfaces:
Serializable
The template import configuration is used by an import component that ships with a suggested configuration. This
class describes the configuration which object types should be populated, which attributes should be set to what and
all configuration necessary.
- Since:
- 5.0
- Author:
- Ola Melin
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
ObjectTypeMapping is responsible for mapping the external data source to an Assets Object Type. -
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateImportConfiguration
createConfigWithMapping
(List<TemplateImportConfiguration.ObjectTypeMapping> objectTypeMappings) toString()
-
Method Details
-
objectTypeMappings
-
createConfigWithMapping
public static TemplateImportConfiguration createConfigWithMapping(List<TemplateImportConfiguration.ObjectTypeMapping> objectTypeMappings) -
toString
-