Package jenkins.model
Class GlobalConfigurationCategory.Security
java.lang.Object
jenkins.model.GlobalConfigurationCategory
jenkins.model.GlobalConfigurationCategory.Security
- All Implemented Interfaces:
ExtensionPoint
,ModelObject
- Enclosing class:
- GlobalConfigurationCategory
@Extension
@Symbol("security")
public static class GlobalConfigurationCategory.Security
extends GlobalConfigurationCategory
Security related configurations.
-
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
-
Method Summary
Modifier and TypeMethodDescriptionOne-line plain text message that explains what this category is about.Methods inherited from class jenkins.model.GlobalConfigurationCategory
all, get
-
Constructor Details
-
Security
public Security()
-
-
Method Details
-
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
-