Uses of Class
io.jenkins.plugins.casc.yaml.YamlSource
-
Uses of YamlSource in io.jenkins.plugins.casc
Modifier and TypeMethodDescriptionConfigurationAsCode.checkWith
(YamlSource source) void
ConfigurationAsCode.configureWith
(YamlSource source) -
Uses of YamlSource in io.jenkins.plugins.casc.yaml
Modifier and TypeMethodDescriptionstatic YamlSource<InputStream>
YamlSource.of
(InputStream in) static YamlSource<String>
static YamlSource<Path>
static YamlSource<javax.servlet.http.HttpServletRequest>
YamlSource.of
(javax.servlet.http.HttpServletRequest req) Modifier and TypeMethodDescriptionstatic org.yaml.snakeyaml.nodes.Node
YamlUtils.read
(YamlSource source, Reader reader, ConfigurationContext context) static Reader
YamlUtils.reader
(YamlSource<?> source) Modifier and TypeMethodDescriptionstatic Mapping
YamlUtils.loadFrom
(List<YamlSource> sources, ConfigurationContext context) Load configuration-as-code model from a set of Yaml sources, merging documentsstatic org.yaml.snakeyaml.nodes.Node
YamlUtils.merge
(List<YamlSource> sources, ConfigurationContext context)