Class ItemCategory.UncategorizedCategory

java.lang.Object
jenkins.model.item_category.ItemCategory
jenkins.model.item_category.ItemCategory.UncategorizedCategory
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
ItemCategory

@Extension(ordinal=-2.147483648E9) public static final class ItemCategory.UncategorizedCategory extends ItemCategory
The default ItemCategory, if an item doesn't belong anywhere else, this is where it goes by default.
  • Field Details

  • Constructor Details

    • UncategorizedCategory

      public UncategorizedCategory()
  • Method Details

    • getId

      public String getId()
      Description copied from class: ItemCategory
      Identifier, e.g. "standaloneprojects", etc.
      Specified by:
      getId in class ItemCategory
      Returns:
      the identifier
    • getDescription

      public String getDescription()
      Description copied from class: ItemCategory
      The description in plain text
      Specified by:
      getDescription in class ItemCategory
      Returns:
      the description
    • getDisplayName

      public String getDisplayName()
      Description copied from class: ItemCategory
      A human readable name.
      Specified by:
      getDisplayName in class ItemCategory
      Returns:
      the display name
    • getMinToShow

      public int getMinToShow()
      Description copied from class: ItemCategory
      Minimum number of items required to show the category.
      Specified by:
      getMinToShow in class ItemCategory
      Returns:
      the minimum items required