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.

  • Constructor Details

    • Unclassified

      public Unclassified()
  • Method Details