Package jenkins.model.item_category
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 TopLevelItem
s.
This class is not thread-safe.- See Also:
-
Constructor Details
-
Category
-
-
Method Details
-
getId
-
getName
-
getDescription
-
getOrder
@Exported public int getOrder() -
getMinToShow
@Exported public int getMinToShow() -
getItems
-