Uses of Class
io.jenkins.plugins.casc.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in io.jenkins.plugins.casc
Methods in io.jenkins.plugins.casc that return AttributeModifier 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) Methods in io.jenkins.plugins.casc that return types with arguments of type AttributeModifier and TypeMethodDescriptionBaseConfigurator.describe()
Configurator.describe()
Determine the list of Attribute available for configuration of the managed component.Configurator.getAttributes()
Methods in io.jenkins.plugins.casc with parameters of type AttributeModifier and TypeMethodDescriptionstatic double
Configurator.extractExtensionOrdinal
(Attribute<?, ?> attribute) Method parameters in io.jenkins.plugins.casc with type arguments of type Attribute -
Uses of Attribute in io.jenkins.plugins.casc.core
Methods in io.jenkins.plugins.casc.core that return types with arguments of type AttributeModifier 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
Subclasses of Attribute in io.jenkins.plugins.casc.impl.attributesModifier 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
Methods in io.jenkins.plugins.casc.impl.configurators that return types with arguments of type Attribute