Package | Description |
---|---|
jenkins.model.item_category |
Modifier and Type | Class and Description |
---|---|
static class |
ItemCategory.UncategorizedCategory
The default
ItemCategory , 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.
|
Modifier and Type | Method and Description |
---|---|
static ItemCategory |
ItemCategory.getCategory(TopLevelItemDescriptor descriptor)
A
ItemCategory associated to this TopLevelItemDescriptor . |
Copyright © 2004–2021. All rights reserved.