@ExportedBean @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Category extends Object implements Serializable
ItemCategory
and its TopLevelItem
s.
This class is not thread-safe.Constructor and Description |
---|
Category(String id,
String name,
String description,
int order,
int minToShow,
List<Map<String,Serializable>> items) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
List<Map<String,Serializable>> |
getItems() |
int |
getMinToShow() |
String |
getName() |
int |
getOrder() |
@Exported public String getId()
@Exported public String getName()
@Exported public String getDescription()
@Exported public int getOrder()
@Exported public int getMinToShow()
@Exported public List<Map<String,Serializable>> getItems()
Copyright © 2004–2021. All rights reserved.