Uses of Class
jenkins.model.item_category.ItemCategory
-
Packages that use ItemCategory Package Description jenkins.model.item_category -
-
Uses of ItemCategory in jenkins.model.item_category
Subclasses of ItemCategory in jenkins.model.item_category Modifier and Type Class Description static class
ItemCategory.UncategorizedCategory
The defaultItemCategory
, if an item doesn't belong anywhere else, this is where it goes by default.class
NestedProjectsCategory
Designed for project hierarchies with folders.class
StandaloneProjectsCategory
Designed for projects with a self-contained configuration and history.Methods in jenkins.model.item_category that return ItemCategory Modifier and Type Method Description static ItemCategory
ItemCategory. getCategory(TopLevelItemDescriptor descriptor)
AItemCategory
associated to thisTopLevelItemDescriptor
.
-