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 thoseGlobalConfiguration
s that don't really deserve/need a separate category. Also used for backward compatibility. AllGlobalConfiguration
s without explicit category gets this as the category. In the current UI, this corresponds to the /configure link.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.GlobalConfigurationCategory
GlobalConfigurationCategory.Security, GlobalConfigurationCategory.Unclassified
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description Unclassified()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getShortDescription()
One-line plain text message that explains what this category is about.-
Methods inherited from class jenkins.model.GlobalConfigurationCategory
all, get
-
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Description copied from class:GlobalConfigurationCategory
One-line plain text message that explains what this category is about. This can be used in the UI to help the user pick the right category. The text should be longer thanModelObject.getDisplayName()
- Specified by:
getShortDescription
in classGlobalConfigurationCategory
-
getDisplayName
public String getDisplayName()
-
-