@Extension(ordinal=-2.147483648E9) public static final class ItemCategory.UncategorizedCategory extends ItemCategory
ItemCategory
, if an item doesn't belong anywhere else, this is where it goes by default.ItemCategory.UncategorizedCategory
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static String |
ID |
MIN_TOSHOW
Constructor and Description |
---|
UncategorizedCategory() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description in plain text
|
String |
getDisplayName()
A human readable name.
|
String |
getId()
Identifier, e.g.
|
int |
getMinToShow()
Minimum number of items required to show the category.
|
getCategory, getOrder
public static final String ID
public String getId()
ItemCategory
getId
in class ItemCategory
public String getDescription()
ItemCategory
getDescription
in class ItemCategory
public String getDisplayName()
ItemCategory
getDisplayName
in class ItemCategory
public int getMinToShow()
ItemCategory
getMinToShow
in class ItemCategory
Copyright © 2004–2017. All rights reserved.