Package io.jenkins.plugins.casc
Interface RootElementConfigurator<T>
- All Superinterfaces:
Configurator<T>
- All Known Implementing Classes:
DescriptorConfigurator
,GlobalConfigurationCategoryConfigurator
,JenkinsConfigurator
,SelfConfigurator
Define a
Configurator
which handles a root configuration element, identified by name.
Note: we assume any configurator here will use a unique name for root element.- Author:
- Nicolas De Loof
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<RootElementConfigurator>
all()
getTargetComponent
(ConfigurationContext context) Retrieve the target component managed by this RootElementConfiguratordefault boolean
Methods inherited from interface io.jenkins.plugins.casc.Configurator
canConfigure, check, configure, describe, describe, describeStructure, getAttributes, getConfigurators, getDisplayName, getImplementedAPI, getName, getNames, getTarget
-
Method Details
-
all
-
isRootElement
default boolean isRootElement() -
getTargetComponent
Retrieve the target component managed by this RootElementConfigurator- Parameters:
context
-- Returns:
-