Class GroupingRule
java.lang.Object
org.jenkinsci.plugins.categorizedview.CategorizationCriteria
org.jenkinsci.plugins.categorizedview.GroupingRule
- All Implemented Interfaces:
ExtensionPoint
,Describable<CategorizationCriteria>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorDescriptionGroupingRule
(String groupRegex, String namingRule) GroupingRule
(String groupRegex, String namingRule, boolean useDisplayName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class org.jenkinsci.plugins.categorizedview.CategorizationCriteria
all, getDescriptor
-
Constructor Details
-
GroupingRule
-
GroupingRule
-
-
Method Details
-
groupNameGivenItem
- Specified by:
groupNameGivenItem
in classCategorizationCriteria
- Parameters:
item
- This is the item that will be passed to categorization- Returns:
- returns the group name, or null if the item can't be categorized
-
getGroupRegex
-
getNamingRule
-
getUseDisplayName
public boolean getUseDisplayName()
-