Uses of Class
io.jenkins.plugins.casc.ConfiguratorException
Packages that use ConfiguratorException
Package
Description
-
Uses of ConfiguratorException in io.jenkins.plugins.casc
Subclasses of ConfiguratorException in io.jenkins.plugins.cascModifier and TypeClassDescriptionclass
class
class
Methods in io.jenkins.plugins.casc with parameters of type ConfiguratorExceptionModifier and TypeMethodDescriptionstatic void
ConfigurationAsCode.handleExceptionOnReloading
(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response, ConfiguratorException cause) Methods in io.jenkins.plugins.casc that throw ConfiguratorExceptionModifier and TypeMethodDescriptionBaseConfigurator.check
(CNode c, ConfigurationContext context) void
Configurator.check
(CNode config, ConfigurationContext context) Run the same logic asConfigurator.configure(CNode, ConfigurationContext)
in dry-run mode.ConfigurationAsCode.checkWith
(Mapping entries, ConfigurationContext context) ConfigurationAsCode.checkWith
(YamlSource source) Recursive search for allConfigurationAsCode.YAML_FILES_PATTERN
in provided base pathBaseConfigurator.configure
(CNode c, ConfigurationContext context) protected void
BaseConfigurator.configure
(Mapping config, T instance, boolean dryrun, ConfigurationContext context) Run configuration process on the target instancevoid
void
ConfigurationAsCode.configure()
Main entry point to start configuration process.void
void
ConfigurationAsCode.configure
(Collection<String> configParameters) Configurator.configure
(CNode config, ConfigurationContext context) Configures/creates a Jenkins object based on a tree.void
ConfigurationAsCode.configureWith
(YamlSource source) Attribute.describe
(Owner instance, ConfigurationContext context) protected final void
BaseConfigurator.handleUnknown
(Mapping config, ConfigurationContext context) protected abstract T
BaseConfigurator.instance
(Mapping mapping, ConfigurationContext context) Build or identify the target component this configurator has to handle based on the provided configuration node.<T> Configurator<T>
ConfigurationContext.lookupOrFail
(Type type) <T> Configurator<T>
ConfiguratorRegistry.lookupOrFail
(Type type) null-safe flavour ofConfiguratorRegistry.lookup(Type)
.org.yaml.snakeyaml.nodes.Node
Constructors in io.jenkins.plugins.casc with parameters of type ConfiguratorException -
Uses of ConfiguratorException in io.jenkins.plugins.casc.core
Methods in io.jenkins.plugins.casc.core that throw ConfiguratorExceptionModifier and TypeMethodDescriptionNoneSecurityRealmConfigurator.configure
(CNode config, ConfigurationContext context) protected void
UpdateCenterConfigurator.configure
(Mapping config, UpdateCenter instance, boolean dryrun, ConfigurationContext context) protected JNLPLauncher
JNLPLauncherConfigurator.instance
(Mapping config, ConfigurationContext context) protected LabelAtom
LabelAtomConfigurator.instance
(Mapping mapping, ConfigurationContext context) protected UpdateCenter
UpdateCenterConfigurator.instance
(Mapping mapping, ConfigurationContext context) protected UpdateSite
UpdateSiteConfigurator.instance
(Mapping mapping, ConfigurationContext context) -
Uses of ConfiguratorException in io.jenkins.plugins.casc.impl
Methods in io.jenkins.plugins.casc.impl that throw ConfiguratorExceptionModifier and TypeMethodDescriptionDefaultConfiguratorRegistry.lookupOrFail
(Type type) Looks for a configurator for exact type. -
Uses of ConfiguratorException in io.jenkins.plugins.casc.impl.configurators
Methods in io.jenkins.plugins.casc.impl.configurators that throw ConfiguratorExceptionModifier and TypeMethodDescriptionConfigurableConfigurator.check
(CNode config, ConfigurationContext context) DataBoundConfigurator.check
(CNode config, ConfigurationContext context) EnumConfigurator.check
(CNode config, ConfigurationContext context) PrimitiveConfigurator.check
(CNode config, ConfigurationContext context) ConfigurableConfigurator.configure
(CNode config, ConfigurationContext context) DataBoundConfigurator.configure
(CNode c, ConfigurationContext context) EnumConfigurator.configure
(CNode config, ConfigurationContext context) PrimitiveConfigurator.configure
(CNode config, ConfigurationContext context) protected void
SelfConfigurator.configure
(Mapping config, ConfigurationContext instance, boolean dryrun, ConfigurationContext context) protected T
DataBoundConfigurator.instance
(Mapping config, ConfigurationContext context) Build a fresh new component based on provided configuration andDataBoundConstructor
protected T
ExtensionConfigurator.instance
(Mapping mapping, ConfigurationContext context) -
Uses of ConfiguratorException in io.jenkins.plugins.casc.model
Methods in io.jenkins.plugins.casc.model that throw ConfiguratorExceptionModifier and TypeMethodDescriptiondefault Mapping
CNode.asMapping()
default Scalar
CNode.asScalar()
default Sequence
CNode.asSequence()
Mapping.getScalarValue
(String key) -
Uses of ConfiguratorException in io.jenkins.plugins.casc.yaml
Methods in io.jenkins.plugins.casc.yaml that throw ConfiguratorExceptionModifier and TypeMethodDescriptionstatic Mapping
YamlUtils.loadFrom
(List<YamlSource> sources, ConfigurationContext context) Load configuration-as-code model from a set of Yaml sources, merging documentsvoid
ErrorOnConflictMergeStrategy.merge
(org.yaml.snakeyaml.nodes.Node root, org.yaml.snakeyaml.nodes.Node node, String source) void
MergeStrategy.merge
(org.yaml.snakeyaml.nodes.Node firstNode, org.yaml.snakeyaml.nodes.Node secondNode, String source) Merge two nodes which come from two YAML filesvoid
OverrideMergeStrategy.merge
(org.yaml.snakeyaml.nodes.Node root, org.yaml.snakeyaml.nodes.Node node, String source) static org.yaml.snakeyaml.nodes.Node
YamlUtils.merge
(List<YamlSource> sources, ConfigurationContext context)