@Extension @Symbol(value="nodeRemoteDirectoryComponent") public static class NodeRemoteDirectoryComponent.DescriptorImpl extends DirectoryComponent.DirectoryComponentsDescriptor<Computer>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckExcludes(Computer computer,
String excludes)
Form validation for the ant style patterns to exclude.
|
FormValidation |
doCheckIncludes(Computer computer,
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<Computer>
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckIncludes(@AncestorInPath Computer computer, @QueryParameter String includes) throws IOException
includes
- the ant style patternsIOException
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckExcludes(@AncestorInPath Computer computer, @QueryParameter String excludes) throws IOException
excludes
- the ant style patternsIOException
Copyright © 2016–2022. All rights reserved.