public class GroupingRule extends CategorizationCriteria
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingRule.DescriptorImpl |
| Constructor and Description |
|---|
GroupingRule(String groupRegex,
String namingRule) |
GroupingRule(String groupRegex,
String namingRule,
boolean useDisplayName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupRegex() |
String |
getNamingRule() |
boolean |
getUseDisplayName() |
String |
groupNameGivenItem(hudson.model.TopLevelItem item) |
all, getDescriptor@DataBoundConstructor public GroupingRule(String groupRegex, String namingRule, boolean useDisplayName)
public String groupNameGivenItem(hudson.model.TopLevelItem item)
groupNameGivenItem in class CategorizationCriteriaitem - This is the item that will be passed to categorizationpublic String getGroupRegex()
public String getNamingRule()
public boolean getUseDisplayName()
Copyright © 2016–2017. All rights reserved.