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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()Returns all the registeredLabelVerifierDescriptors.Returns a short name to be displayed in messages.Gets available descriptors.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
-
LabelVerifierDescriptor
public LabelVerifierDescriptor()
-
-
Method Details
-
all
Returns all the registeredLabelVerifierDescriptors. -
getVerifierDescriptors
Gets available descriptors. Function is dedicated to be used in logic expressions and other verifiers, which contain nested descriptors.- Returns:
- all the registered
LabelVerifierDescriptors. - Since:
- 1.1
-
getShortName
Returns a short name to be displayed in messages.- Returns:
- Short name (displayName in default implementation)
- Since:
- 1.1
-