Class UserPropertyCategory.Account

java.lang.Object
hudson.model.userproperty.UserPropertyCategory
hudson.model.userproperty.UserPropertyCategory.Account
All Implemented Interfaces:
ExtensionPoint, ModelObject
Enclosing class:
UserPropertyCategory

@Extension @Symbol("account") public static class UserPropertyCategory.Account extends UserPropertyCategory
User property related to account settings (e.g. timezone, email, ...).

It could be seen as the default choice for UserProperty that are defining their category. Currently it has the same effect as UserPropertyCategory.Unclassified but the behavior could change in the future.