Class StandaloneProjectsCategory

java.lang.Object
jenkins.model.item_category.ItemCategory
jenkins.model.item_category.StandaloneProjectsCategory
All Implemented Interfaces:
ExtensionPoint

@Extension(ordinal=-100.0) public class StandaloneProjectsCategory extends ItemCategory
Designed for projects with a self-contained configuration and history.
Since:
2.0
  • Field Details

  • Constructor Details

    • StandaloneProjectsCategory

      public StandaloneProjectsCategory()
  • 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