hudson.plugins.global_build_stats
Class FieldFilterFactory

java.lang.Object
  extended by hudson.plugins.global_build_stats.FieldFilterFactory

public class FieldFilterFactory
extends java.lang.Object


Field Summary
static java.lang.String ALL_VALUES_FILTER_LABEL
           
static java.lang.String OLD_JOB_NAME_REGEX_LABEL
          Deprecated. Use REGEX_FIELD_FILTER_LABEL instead of this field (since v5 GlobalBuildStats file format)
static java.lang.String REGEX_FIELD_FILTER_LABEL
           
 
Constructor Summary
FieldFilterFactory()
           
 
Method Summary
static FieldFilter createFieldFilter(java.lang.String fieldFilter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OLD_JOB_NAME_REGEX_LABEL

@Deprecated
public static final java.lang.String OLD_JOB_NAME_REGEX_LABEL
Deprecated. Use REGEX_FIELD_FILTER_LABEL instead of this field (since v5 GlobalBuildStats file format)
See Also:
Constant Field Values

ALL_VALUES_FILTER_LABEL

public static final java.lang.String ALL_VALUES_FILTER_LABEL
See Also:
Constant Field Values

REGEX_FIELD_FILTER_LABEL

public static final java.lang.String REGEX_FIELD_FILTER_LABEL
See Also:
Constant Field Values
Constructor Detail

FieldFilterFactory

public FieldFilterFactory()
Method Detail

createFieldFilter

public static FieldFilter createFieldFilter(java.lang.String fieldFilter)


Copyright © 2010. All Rights Reserved.