Uses of Class
io.wcm.devops.conga.generator.spi.export.context.NodeModelExportContext
Packages that use NodeModelExportContext
Package
Description
CONGA model export plugins.
CONGA Export SPI with interfaces for the supported plugin types.
Context objects for CONGA Export SPI plugins.
-
Uses of NodeModelExportContext in io.wcm.devops.conga.generator.plugins.export
Methods in io.wcm.devops.conga.generator.plugins.export with parameters of type NodeModelExportContextModifier and TypeMethodDescriptionvoidNoneNodeModelExport.export(NodeModelExportContext context) voidYamlNodeModelExport.export(NodeModelExportContext context) -
Uses of NodeModelExportContext in io.wcm.devops.conga.generator.spi.export
Methods in io.wcm.devops.conga.generator.spi.export with parameters of type NodeModelExportContextModifier and TypeMethodDescriptionvoidNodeModelExportPlugin.export(NodeModelExportContext context) Export model information. -
Uses of NodeModelExportContext in io.wcm.devops.conga.generator.spi.export.context
Methods in io.wcm.devops.conga.generator.spi.export.context that return NodeModelExportContextModifier and TypeMethodDescriptionSets config.NodeModelExportContext.containerVersionInfo(Map<String, String> value) Sets container version info.NodeModelExportContext.environment(Environment value) Sets environment.Sets node.Sets node directory.NodeModelExportContext.roleData(List<ExportNodeRoleData> value) Sets node role data.NodeModelExportContext.sensitiveConfigParameters(Set<String> value) Sets sensitive config parameters.NodeModelExportContext.variableMapResolver(VariableMapResolver value) Sets variable map resolver.NodeModelExportContext.variableStringResolver(VariableStringResolver value) Sets variable string resolver.NodeModelExportContext.yamlRepresenter(YamlRepresenter value) Sets YAML representer.