Class InheritableProjectsCategory
- java.lang.Object
-
- jenkins.model.item_category.ItemCategory
-
- hudson.plugins.project_inheritance.projects.InheritableProjectsCategory
-
- All Implemented Interfaces:
ExtensionPoint
@Extension(ordinal=500.0) public class InheritableProjectsCategory extends ItemCategory
Designed for projects which derive fromInheritanceProject
class and offer features to inherit properties between classes.- Since:
- 2.1
-
-
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 InheritableProjectsCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getDisplayName()
String
getId()
int
getMinToShow()
-
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()
- Specified by:
getId
in classItemCategory
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in classItemCategory
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classItemCategory
-
getMinToShow
public int getMinToShow()
- Specified by:
getMinToShow
in classItemCategory
-
-