Uses of Class
io.jenkins.plugins.casc.yaml.YamlSource
Packages that use YamlSource
-
Uses of YamlSource in io.jenkins.plugins.casc
Methods in io.jenkins.plugins.casc with parameters of type YamlSourceModifier and TypeMethodDescriptionConfigurationAsCode.checkWith(YamlSource source) voidConfigurationAsCode.configureWith(YamlSource source) -
Uses of YamlSource in io.jenkins.plugins.casc.yaml
Methods in io.jenkins.plugins.casc.yaml that return YamlSourceModifier and TypeMethodDescriptionstatic YamlSource<jakarta.servlet.http.HttpServletRequest>YamlSource.of(jakarta.servlet.http.HttpServletRequest req) static YamlSource<InputStream>YamlSource.of(InputStream in) static YamlSource<String>static YamlSource<Path>Methods in io.jenkins.plugins.casc.yaml with parameters of type YamlSourceModifier and TypeMethodDescriptionstatic org.yaml.snakeyaml.nodes.NodeYamlUtils.read(YamlSource source, Reader reader, ConfigurationContext context) static ReaderYamlUtils.reader(YamlSource<?> source) Method parameters in io.jenkins.plugins.casc.yaml with type arguments of type YamlSourceModifier and TypeMethodDescriptionstatic MappingYamlUtils.loadFrom(List<YamlSource> sources, ConfigurationContext context) Load configuration-as-code model from a set of Yaml sources, merging documentsstatic org.yaml.snakeyaml.nodes.NodeYamlUtils.merge(List<YamlSource> sources, ConfigurationContext context)