Package hudson.model.userproperty
Class UserPropertyCategory.Unclassified
java.lang.Object
hudson.model.userproperty.UserPropertyCategory
hudson.model.userproperty.UserPropertyCategory.Unclassified
- All Implemented Interfaces:
ExtensionPoint
,ModelObject
- Enclosing class:
- UserPropertyCategory
@Extension
@Symbol("unclassified")
@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class)
public static class UserPropertyCategory.Unclassified
extends UserPropertyCategory
This category is used when the
UserPropertyDescriptor
has not implemented
the UserPropertyDescriptor.getUserPropertyCategory()
method
(or the getUserPropertyCategoryAsString method for compatibility reason).
If you do not know what to use, choose the UserPropertyCategory.Account
instead of this one.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.userproperty.UserPropertyCategory
UserPropertyCategory.Account, UserPropertyCategory.Appearance, UserPropertyCategory.Experimental, UserPropertyCategory.Invisible, UserPropertyCategory.Preferences, UserPropertyCategory.Security, UserPropertyCategory.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 hudson.model.userproperty.UserPropertyCategory
all, get
-
Constructor Details
-
Unclassified
public Unclassified()
-
-
Method Details
-
getDisplayName
-
getShortDescription
Description copied from class:UserPropertyCategory
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 classUserPropertyCategory
-