hudson.plugins.ws_cleanup
Class Pattern
java.lang.Object
hudson.plugins.ws_cleanup.Pattern
- All Implemented Interfaces:
- hudson.model.Describable<Pattern>, Serializable
public class Pattern
- extends Object
- implements Serializable, hudson.model.Describable<Pattern>
- Author:
- Nicolas De loof
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pattern
@DataBoundConstructor
public Pattern(String pattern,
Pattern.PatternType type)
readResolve
public Object readResolve()
getPattern
public String getPattern()
getType
public Pattern.PatternType getType()
getDescriptor
public hudson.model.Descriptor<Pattern> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<Pattern>
Copyright © 2004-2013 Hudson. All Rights Reserved.