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 ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionGroupingRule(String groupRegex, String namingRule) GroupingRule(String groupRegex, String namingRule, boolean useDisplayName) GroupingRule(String groupRegex, String namingRule, boolean useDisplayName, boolean useFullName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class org.jenkinsci.plugins.categorizedview.CategorizationCriteria
all, getDescriptor
-
Constructor Details
-
GroupingRule
-
GroupingRule
-
GroupingRule
-
-
Method Details
-
groupNameGivenItem
- Specified by:
groupNameGivenItemin 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() -
getUseFullName
public boolean getUseFullName()
-