Package jenkins.model

Class GlobalConfigurationCategory.Unclassified

java.lang.Object
jenkins.model.GlobalConfigurationCategory
jenkins.model.GlobalConfigurationCategory.Unclassified
All Implemented Interfaces:
ExtensionPoint, ModelObject
Enclosing class:
GlobalConfigurationCategory

@Extension @Symbol("unclassified") public static class GlobalConfigurationCategory.Unclassified extends GlobalConfigurationCategory
This category represents the catch-all I-dont-know-what-category-it-is instance, used for those GlobalConfigurations that don't really deserve/need a separate category. Also used for backward compatibility. All GlobalConfigurations without explicit category gets this as the category. In the current UI, this corresponds to the /configure link.