com.sonyericsson.jenkins.plugins.bfa.model.indication
Class Indication.IndicationDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<Indication>
      extended by com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication.IndicationDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Direct Known Subclasses:
BuildLogIndication.BuildLogIndicationDescriptor
Enclosing class:
Indication

public abstract static class Indication.IndicationDescriptor
extends hudson.model.Descriptor<Indication>

The descriptor for this indicator.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
Indication.IndicationDescriptor()
           
 
Method Summary
static hudson.util.FormValidation checkPattern(String value)
          Checks that the pattern is a valid regexp.
 hudson.util.FormValidation doCheckPattern(String value)
          Checks that the pattern is a valid regexp.
static hudson.ExtensionList<Indication.IndicationDescriptor> getAll()
          Provides a list of all registered descriptors of this type.
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indication.IndicationDescriptor

public Indication.IndicationDescriptor()
Method Detail

getAll

public static hudson.ExtensionList<Indication.IndicationDescriptor> getAll()
Provides a list of all registered descriptors of this type.

Returns:
the list of descriptors.

checkPattern

public static hudson.util.FormValidation checkPattern(@QueryParameter
                                                      String value)
Checks that the pattern is a valid regexp.

Parameters:
value - the pattern to check.
Returns:
FormValidation.ok() if everything is well.

doCheckPattern

public hudson.util.FormValidation doCheckPattern(@QueryParameter
                                                 String value)
Checks that the pattern is a valid regexp.

Parameters:
value - the pattern to check.
Returns:
FormValidation.ok() if everything is well.
See Also:
checkPattern(String)


Copyright © 2004-2014. All Rights Reserved.