Uses of Class
jenkins.model.GlobalConfigurationCategory
-
Uses of GlobalConfigurationCategory in hudson
Modifier and TypeMethodDescriptionstatic Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfig
(com.google.common.base.Predicate<GlobalConfigurationCategory> predicate) Deprecated. -
Uses of GlobalConfigurationCategory in hudson.model
Modifier and TypeMethodDescriptionDescriptor.getCategory()
Define the global configuration category the global config of this Descriptor is in. -
Uses of GlobalConfigurationCategory in hudson.security.csrf
-
Uses of GlobalConfigurationCategory in hudson.tools
-
Uses of GlobalConfigurationCategory in jenkins.appearance
Modifier and TypeClassDescriptionclass
Global configuration of appearance configuration. -
Uses of GlobalConfigurationCategory in jenkins.console
-
Uses of GlobalConfigurationCategory in jenkins.model
Modifier and TypeClassDescriptionstatic class
Security related configurations.static class
This category represents the catch-all I-dont-know-what-category-it-is instance, used for thoseGlobalConfiguration
s that don't really deserve/need a separate category.Modifier and TypeMethodDescriptionGlobalConfigurationCategory.all()
Returns all the registeredGlobalConfiguration
descriptors. -
Uses of GlobalConfigurationCategory in jenkins.security
Modifier and TypeMethodDescriptionQueueItemAuthenticatorConfiguration.getCategory()
UpdateSiteWarningsConfiguration.getCategory()
-
Uses of GlobalConfigurationCategory in jenkins.security.apitoken
-
Uses of GlobalConfigurationCategory in jenkins.tasks.filters
-
Uses of GlobalConfigurationCategory in jenkins.tools
Modifier and TypeClassDescriptionclass
Global configuration of tool locations and installers.
Functions.getSortedDescriptorsForGlobalConfigByDescriptor(Predicate)