public class GroupingRule extends Object implements hudson.model.Describable<GroupingRule>
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingRule.DescriptorImpl |
| Constructor and Description |
|---|
GroupingRule(String groupRegex,
String namingRule) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<GroupingRule> |
getDescriptor() |
String |
getGroupRegex() |
String |
getNamingRule() |
String |
getNormalizedGroupRegex() |
public String getGroupRegex()
public String getNamingRule()
public String getNormalizedGroupRegex()
public hudson.model.Descriptor<GroupingRule> getDescriptor()
getDescriptor in interface hudson.model.Describable<GroupingRule>Copyright © 2004-2014. All Rights Reserved.