Package com.xebialabs.xlrelease.export
Class TemplateExporter
- java.lang.Object
-
- com.xebialabs.xlrelease.export.TemplateExporter
-
@Service public class TemplateExporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATA_MODEL_VERSION_FIELD_NAMEstatic java.lang.StringMANIFEST_JSON_FILEstatic java.lang.StringRELEASE_TEMPLATE_JSON_FILEstatic java.lang.StringXLR_VERSION_FIELD_NAME
-
Constructor Summary
Constructors Constructor Description TemplateExporter(ImportTemplateConfigurationItemReaderWriter configurationItemReaderWriter, com.xebialabs.xlplatform.upgrade.RepositoryVersionService repositoryVersionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportTemplate(com.xebialabs.xlrelease.domain.Release template, java.io.OutputStream outputStream)
-
-
-
Field Detail
-
RELEASE_TEMPLATE_JSON_FILE
public static final java.lang.String RELEASE_TEMPLATE_JSON_FILE
- See Also:
- Constant Field Values
-
MANIFEST_JSON_FILE
public static final java.lang.String MANIFEST_JSON_FILE
- See Also:
- Constant Field Values
-
XLR_VERSION_FIELD_NAME
public static final java.lang.String XLR_VERSION_FIELD_NAME
- See Also:
- Constant Field Values
-
DATA_MODEL_VERSION_FIELD_NAME
public static final java.lang.String DATA_MODEL_VERSION_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TemplateExporter
@Autowired public TemplateExporter(ImportTemplateConfigurationItemReaderWriter configurationItemReaderWriter, com.xebialabs.xlplatform.upgrade.RepositoryVersionService repositoryVersionService)
-
-