Uses of Class
io.wcm.devops.conga.generator.spi.yaml.context.YamlRepresenter
Packages that use YamlRepresenter
Package
Description
CONGA model export for passing CONGA information to 3rdparty tools.
Context objects for CONGA Export SPI plugins.
Context objects for CONGA YAML SPI plugins.
-
Uses of YamlRepresenter in io.wcm.devops.conga.generator.export
Constructors in io.wcm.devops.conga.generator.export with parameters of type YamlRepresenterModifierConstructorDescriptionNodeModelExport(File nodeDir, Node node, Environment environment, ModelExport modelExport, VariableStringResolver variableStringResolver, VariableMapResolver variableMapResolver, Map<String, String> containerVersionInfo, PluginContextOptions pluginContextOptions, Set<String> sensitiveConfigParameters, YamlRepresenter yamlRepresenter) Constructor. -
Uses of YamlRepresenter in io.wcm.devops.conga.generator.spi.export.context
Methods in io.wcm.devops.conga.generator.spi.export.context that return YamlRepresenterModifier and TypeMethodDescriptionNodeModelExportContext.getYamlRepresenter()Gets YAML representer.Methods in io.wcm.devops.conga.generator.spi.export.context with parameters of type YamlRepresenterModifier and TypeMethodDescriptionNodeModelExportContext.yamlRepresenter(YamlRepresenter value) Sets YAML representer. -
Uses of YamlRepresenter in io.wcm.devops.conga.generator.spi.yaml.context
Methods in io.wcm.devops.conga.generator.spi.yaml.context that return YamlRepresenterModifier and TypeMethodDescriptionYamlRepresentContext.getYamlRepresenter()Gets YAML representer.Methods in io.wcm.devops.conga.generator.spi.yaml.context with parameters of type YamlRepresenterModifier and TypeMethodDescriptionYamlRepresentContext.yamlRepresenter(YamlRepresenter value) Sets YAML representer.