Class YamlNodeModelExport
java.lang.Object
io.wcm.devops.conga.generator.plugins.export.YamlNodeModelExport
- All Implemented Interfaces:
NodeModelExportPlugin,Plugin
Exports model information for each node in YAML format.
This is useful e.g. for integration with Ansible.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(NodeModelExportContext context) Export model information.getName()
-
Field Details
-
NAME
Plugin name- See Also:
-
-
Constructor Details
-
YamlNodeModelExport
public YamlNodeModelExport()
-
-
Method Details
-
getName
-
export
Description copied from interface:NodeModelExportPluginExport model information.- Specified by:
exportin interfaceNodeModelExportPlugin- Parameters:
context- Context
-