Uses of Interface
io.wcm.devops.conga.generator.spi.export.NodeModelExportPlugin
-
Packages that use NodeModelExportPlugin Package Description io.wcm.devops.conga.generator.plugins.export CONGA model export plugins. -
-
Uses of NodeModelExportPlugin in io.wcm.devops.conga.generator.plugins.export
Classes in io.wcm.devops.conga.generator.plugins.export that implement NodeModelExportPlugin Modifier and Type Class Description class
NoneNodeModelExport
Export plugin that does nothing (to deactivate export).class
YamlNodeModelExport
Exports model information for each node in YAML format.
-