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 fromInheritanceProjectclass 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 StringID- 
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 StringgetDescription()StringgetDisplayName()StringgetId()intgetMinToShow()- 
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:
 getIdin classItemCategory
 
- 
getDisplayName
public String getDisplayName()
- Specified by:
 getDisplayNamein classItemCategory
 
- 
getDescription
public String getDescription()
- Specified by:
 getDescriptionin classItemCategory
 
- 
getMinToShow
public int getMinToShow()
- Specified by:
 getMinToShowin classItemCategory
 
 - 
 
 -