public abstract static class Indication.IndicationDescriptor extends Descriptor<Indication>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
IndicationDescriptor() |
Modifier and Type | Method and Description |
---|---|
static FormValidation |
checkPattern(String value)
Checks that the pattern is a valid regexp.
|
FormValidation |
doCheckPattern(String value)
Checks that the pattern is a valid regexp.
|
static ExtensionList<Indication.IndicationDescriptor> |
getAll()
Provides a list of all registered descriptors of this type.
|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static ExtensionList<Indication.IndicationDescriptor> getAll()
public static FormValidation checkPattern(@QueryParameter String value)
value
- the pattern to check.FormValidation.ok()
if everything is well.public FormValidation doCheckPattern(@QueryParameter String value)
value
- the pattern to check.FormValidation.ok()
if everything is well.checkPattern(String)
Copyright © 2016–2021. All rights reserved.