Package hudson.plugins.label_verifier
Class LabelVerifierDescriptor
- Direct Known Subclasses:
AlwaysFalse.AndDescriptor
,AlwaysTrue.AndDescriptor
,And.AndDescriptor
,Not.NotDescriptor
,Or.OrDescriptor
,RegexNameVerifier.DescriptorImpl
,ShellScriptVerifier.DescriptorImpl
- Author:
- Kohsuke Kawaguchi
-
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 TypeMethodDescriptionall()
Returns all the registeredLabelVerifierDescriptor
s.Returns a short name to be displayed in messages.Gets available descriptors.Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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
-
Constructor Details
-
LabelVerifierDescriptor
public LabelVerifierDescriptor()
-
-
Method Details
-
all
Returns all the registeredLabelVerifierDescriptor
s. -
getVerifierDescriptors
Gets available descriptors. Function is dedicated to be used in logic expressions and other verifiers, which contain nested descriptors.- Returns:
- all the registered
LabelVerifierDescriptor
s. - Since:
- 1.1
-
getShortName
Returns a short name to be displayed in messages.- Returns:
- Short name (displayName in default implementation)
- Since:
- 1.1
-