Package jenkins.model.item_category
Class StandaloneProjectsCategory
- java.lang.Object
-
- jenkins.model.item_category.ItemCategory
-
- jenkins.model.item_category.StandaloneProjectsCategory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension(ordinal=-100.0) public class StandaloneProjectsCategory extends ItemCategory
Designed for projects with a self-contained configuration and history.- Since:
- 2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.model.item_category.ItemCategory
ItemCategory.UncategorizedCategory
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
-
Fields inherited from class jenkins.model.item_category.ItemCategory
MIN_TOSHOW
-
-
Constructor Summary
Constructors Constructor Description StandaloneProjectsCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
The description in plain textString
getDisplayName()
A human readable name.String
getId()
Identifier, e.g.int
getMinToShow()
Minimum number of items required to show the category.-
Methods inherited from class jenkins.model.item_category.ItemCategory
getCategory, getOrder
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
Description copied from class:ItemCategory
Identifier, e.g. "standaloneprojects", etc.- Specified by:
getId
in classItemCategory
- Returns:
- the identifier
-
getDescription
public String getDescription()
Description copied from class:ItemCategory
The description in plain text- Specified by:
getDescription
in classItemCategory
- Returns:
- the description
-
getDisplayName
public String getDisplayName()
Description copied from class:ItemCategory
A human readable name.- Specified by:
getDisplayName
in classItemCategory
- Returns:
- the display name
-
getMinToShow
public int getMinToShow()
Description copied from class:ItemCategory
Minimum number of items required to show the category.- Specified by:
getMinToShow
in classItemCategory
- Returns:
- the minimum items required
-
-