hudson.plugins.ws_cleanup
Class Pattern

java.lang.Object
  extended by hudson.plugins.ws_cleanup.Pattern
All Implemented Interfaces:
hudson.model.Describable<Pattern>, java.io.Serializable

public class Pattern
extends java.lang.Object
implements java.io.Serializable, hudson.model.Describable<Pattern>

Author:
Nicolas De loof
See Also:
Serialized Form

Nested Class Summary
static class Pattern.DescriptorImpl
           
static class Pattern.PatternType
           
 
Constructor Summary
Pattern(java.lang.String pattern, Pattern.PatternType type)
           
 
Method Summary
 hudson.model.Descriptor<Pattern> getDescriptor()
           
 java.lang.String getPattern()
           
 Pattern.PatternType getType()
           
 java.lang.Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern

@DataBoundConstructor
public Pattern(java.lang.String pattern,
                                    Pattern.PatternType type)
Method Detail

readResolve

public java.lang.Object readResolve()

getPattern

public java.lang.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-2011. All Rights Reserved.