@Extension @Symbol(value="abstractItemDirectoryComponent") public static class AbstractItemDirectoryComponent.DescriptorImpl extends DirectoryComponent.DirectoryComponentsDescriptor<AbstractItem>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckExcludes(AbstractItem item,
String excludes)
Form validation for the ant style patterns to exclude.
|
FormValidation |
doCheckIncludes(AbstractItem item,
String includes)
Form validation for the ant style patterns to include.
|
String |
getDisplayName() |
doCheckMaxDepth, getExcludes, getIncludes, getMaxDepth, isDefaultExcludes, setDefaultExcludes, setExcludes, setIncludes, setMaxDepth
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, 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
@NonNull public String getDisplayName()
getDisplayName
in class DirectoryComponent.DirectoryComponentsDescriptor<AbstractItem>
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckIncludes(@AncestorInPath AbstractItem item, @QueryParameter String includes)
includes
- the ant style patterns@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckExcludes(@AncestorInPath AbstractItem item, @QueryParameter String excludes)
excludes
- the ant style patternsCopyright © 2016–2022. All rights reserved.