public class Pattern extends Object implements Serializable, hudson.model.Describable<Pattern>
| Modifier and Type | Class and Description |
|---|---|
static class |
Pattern.DescriptorImpl |
static class |
Pattern.PatternType |
| Constructor and Description |
|---|
Pattern(String pattern,
Pattern.PatternType type) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<Pattern> |
getDescriptor() |
String |
getPattern() |
Pattern.PatternType |
getType() |
Object |
readResolve() |
@DataBoundConstructor public Pattern(String pattern, Pattern.PatternType type)
public Object readResolve()
public String getPattern()
public Pattern.PatternType getType()
Copyright © 2004-2013. All Rights Reserved.