public abstract class FolderPropertyDescriptor extends AbstractFolderPropertyDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
FolderPropertyDescriptor() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList |
all()
Deprecated.
Directly look up
AbstractFolderPropertyDescriptor s from ExtensionList.lookup(java.lang.Class<T>) instead. |
static List<FolderPropertyDescriptor> |
getPropertyDescriptors(Class<? extends Folder> containerType)
|
FolderProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
getApplicableDescriptors, isApplicable
addHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public FolderProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws Descriptor.FormException
AbstractFolderPropertyDescriptor
newInstance
in class AbstractFolderPropertyDescriptor
AbstractFolderProperty
to the target folder.Descriptor.FormException
public static List<FolderPropertyDescriptor> getPropertyDescriptors(Class<? extends Folder> containerType)
AbstractFolderPropertyDescriptor.getApplicableDescriptors(java.lang.Class<? extends com.cloudbees.hudson.plugins.folder.AbstractFolder>)
instead.containerType
- the type of folderAbstractFolderPropertyDescriptor
applicable to the supplied type of folder.@Deprecated public static DescriptorExtensionList all()
AbstractFolderPropertyDescriptor
s from ExtensionList.lookup(java.lang.Class<T>)
instead.AbstractFolderPropertyDescriptor
Copyright © 2016–2020. All rights reserved.