Class YamlNodeModelExport
- java.lang.Object
-
- io.wcm.devops.conga.generator.plugins.export.YamlNodeModelExport
-
- All Implemented Interfaces:
NodeModelExportPlugin
,Plugin
public class YamlNodeModelExport extends Object implements NodeModelExportPlugin
Exports model information for each node in YAML format. This is useful e.g. for integration with Ansible.
-
-
Constructor Summary
Constructors Constructor Description YamlNodeModelExport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(NodeModelExportContext context)
Export model information.String
getName()
-
-
-
Field Detail
-
NAME
public static final String NAME
Plugin name- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
export
public void export(NodeModelExportContext context)
Description copied from interface:NodeModelExportPlugin
Export model information.- Specified by:
export
in interfaceNodeModelExportPlugin
- Parameters:
context
- Context
-
-