Package com.xebialabs.xlrelease.export
Class TemplateExporter
java.lang.Object
com.xebialabs.xlrelease.export.TemplateExporter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTemplateExporter(ImportTemplateConfigurationItemReaderWriter configurationItemReaderWriter, com.xebialabs.xlplatform.upgrade.RepositoryVersionService repositoryVersionService) -
Method Summary
Modifier and TypeMethodDescriptionvoidexportTemplate(com.xebialabs.xlrelease.domain.Release template, OutputStream outputStream)
-
Field Details
-
RELEASE_TEMPLATE_JSON_FILE
- See Also:
-
MANIFEST_JSON_FILE
- See Also:
-
XLR_VERSION_FIELD_NAME
- See Also:
-
DATA_MODEL_VERSION_FIELD_NAME
- See Also:
-
-
Constructor Details
-
TemplateExporter
@Autowired public TemplateExporter(ImportTemplateConfigurationItemReaderWriter configurationItemReaderWriter, com.xebialabs.xlplatform.upgrade.RepositoryVersionService repositoryVersionService)
-
-
Method Details
-
exportTemplate
public void exportTemplate(com.xebialabs.xlrelease.domain.Release template, OutputStream outputStream)
-