public static class DirectoryComponent.DirectoryComponentsDescriptor<T extends AbstractModelObject> extends ObjectComponentDescriptor<T>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DirectoryComponentsDescriptor() |
DirectoryComponentsDescriptor(String includes,
String excludes,
boolean defaultExcludes,
int maxDepth) |
Modifier and Type | Method and Description |
---|---|
FormValidation |
doCheckMaxDepth(String value) |
String |
getDisplayName() |
String |
getExcludes() |
String |
getIncludes() |
int |
getMaxDepth() |
boolean |
isDefaultExcludes() |
void |
setDefaultExcludes(boolean defaultExcludes) |
void |
setExcludes(String excludes) |
void |
setIncludes(String includes) |
void |
setMaxDepth(int maxDepth) |
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 Descriptor<ObjectComponent<T extends AbstractModelObject>>
public String getIncludes()
public void setIncludes(String includes)
public String getExcludes()
public void setExcludes(String excludes)
public boolean isDefaultExcludes()
public void setDefaultExcludes(boolean defaultExcludes)
public int getMaxDepth()
public void setMaxDepth(int maxDepth)
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckMaxDepth(@QueryParameter String value)
Copyright © 2016–2022. All rights reserved.