Package jenkins.model.item_category
Class ItemCategory.UncategorizedCategory
java.lang.Object
jenkins.model.item_category.ItemCategory
jenkins.model.item_category.ItemCategory.UncategorizedCategory
- All Implemented Interfaces:
 ExtensionPoint
- Enclosing class:
 - ItemCategory
 
@Extension(ordinal=-2.147483648E9)
public static final class ItemCategory.UncategorizedCategory
extends ItemCategory
The default 
ItemCategory, if an item doesn't belong anywhere else, this is where it goes by default.- 
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.model.item_category.ItemCategory
ItemCategory.UncategorizedCategoryNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Field Summary
FieldsFields inherited from class jenkins.model.item_category.ItemCategory
MIN_TOSHOW - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe description in plain textA human readable name.getId()Identifier, e.g.intMinimum number of items required to show the category.Methods inherited from class jenkins.model.item_category.ItemCategory
getCategory, getOrder 
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
UncategorizedCategory
public UncategorizedCategory() 
 - 
 - 
Method Details
- 
getId
Description copied from class:ItemCategoryIdentifier, e.g. "standaloneprojects", etc.- Specified by:
 getIdin classItemCategory- Returns:
 - the identifier
 
 - 
getDescription
Description copied from class:ItemCategoryThe description in plain text- Specified by:
 getDescriptionin classItemCategory- Returns:
 - the description
 
 - 
getDisplayName
Description copied from class:ItemCategoryA human readable name.- Specified by:
 getDisplayNamein classItemCategory- Returns:
 - the display name
 
 - 
getMinToShow
public int getMinToShow()Description copied from class:ItemCategoryMinimum number of items required to show the category.- Specified by:
 getMinToShowin classItemCategory- Returns:
 - the minimum items required
 
 
 -