Class Indication.IndicationDescriptor
java.lang.Object
hudson.model.Descriptor<Indication>
com.sonyericsson.jenkins.plugins.bfa.model.indication.Indication.IndicationDescriptor
- Direct Known Subclasses:
BuildLogIndication.BuildLogIndicationDescriptor
- Enclosing class:
- Indication
The descriptor for this indicator.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Field Summary
Fields inherited from class hudson.model.Descriptor
clazz
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormValidation
checkPattern
(String value) Checks that the pattern is a valid regexp.doCheckPattern
(String value) Checks that the pattern is a valid regexp.getAll()
Provides a list of all registered descriptors of this type.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
IndicationDescriptor
public IndicationDescriptor()
-
-
Method Details
-
getAll
Provides a list of all registered descriptors of this type.- Returns:
- the list of descriptors.
-
checkPattern
Checks that the pattern is a valid regexp.- Parameters:
value
- the pattern to check.- Returns:
FormValidation.ok()
if everything is well.
-
doCheckPattern
Checks that the pattern is a valid regexp.- Parameters:
value
- the pattern to check.- Returns:
FormValidation.ok()
if everything is well.- See Also:
-