Uses of Class
io.jenkins.plugins.casc.Attribute
Package
Description
-
Uses of Attribute in io.jenkins.plugins.casc
Modifier and TypeMethodDescriptionprotected Attribute
BaseConfigurator.createAttribute
(String name, BaseConfigurator.TypePair type) Attribute.deprecated
(boolean deprecated) Attribute.getter
(Attribute.Getter<Owner, Type> getter) Attribute.multiple
(boolean multiple) Attribute.preferredName
(String preferredName) Attribute.restrictions
(Class<? extends org.kohsuke.accmod.AccessRestriction>[] restrictions) Attribute.secret
(boolean secret) Sets whether the attribute is secret.Attribute.setter
(Attribute.Setter<Owner, Type> setter) Modifier and TypeMethodDescriptionBaseConfigurator.describe()
Configurator.describe()
Determine the list of Attribute available for configuration of the managed component.Configurator.getAttributes()
Modifier and TypeMethodDescriptionstatic double
Configurator.extractExtensionOrdinal
(Attribute<?, ?> attribute) -
Uses of Attribute in io.jenkins.plugins.casc.core
Modifier and TypeMethodDescriptionAdminWhitelistRuleConfigurator.describe()
HudsonPrivateSecurityRealmConfigurator.describe()
JenkinsConfigurator.describe()
LabelAtomConfigurator.describe()
MavenConfigurator.describe()
NoneSecurityRealmConfigurator.describe()
Set<Attribute<UpdateCenter,
?>> UpdateCenterConfigurator.describe()
Set<Attribute<UpdateSite,
?>> UpdateSiteConfigurator.describe()
-
Uses of Attribute in io.jenkins.plugins.casc.impl.attributes
Modifier and TypeClassDescriptionclass
DescribableAttribute<Owner,
Type> class
DescribableListAttribute<Owner,
Type> class
MultivaluedAttribute<Owner,
Type> class
PersistedListAttribute<Owner,
Type> -
Uses of Attribute in io.jenkins.plugins.casc.impl.configurators