public class GroupingRule extends CategorizationCriteria
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingRule.DescriptorImpl |
| Constructor and Description |
|---|
GroupingRule(String groupRegex,
String namingRule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupRegex() |
String |
getNamingRule() |
String |
groupNameGivenItem(hudson.model.TopLevelItem item) |
all, getDescriptorpublic 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()
Copyright © 2004-2014. All Rights Reserved.