Class Category

java.lang.Object
jenkins.model.item_category.Category
All Implemented Interfaces:
Serializable

@ExportedBean @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Category extends Object implements Serializable
Represents an ItemCategory and its TopLevelItems. This class is not thread-safe.
See Also:
  • Constructor Details

  • Method Details

    • getId

      @Exported public String getId()
    • getName

      @Exported public String getName()
    • getDescription

      @Exported public String getDescription()
    • getOrder

      @Exported public int getOrder()
    • getMinToShow

      @Exported public int getMinToShow()
    • getItems

      @Exported public List<Map<String,Serializable>> getItems()