public abstract class FolderPropertyDescriptor extends AbstractFolderPropertyDescriptor
Constructor and Description |
---|
FolderPropertyDescriptor() |
Modifier and Type | Method and Description |
---|---|
static hudson.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, 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 hudson.model.Descriptor.FormException
AbstractFolderPropertyDescriptor
newInstance
in class AbstractFolderPropertyDescriptor
AbstractFolderProperty
to the target folder.hudson.model.Descriptor.FormException
public static List<FolderPropertyDescriptor> getPropertyDescriptors(Class<? extends Folder> containerType)
@Deprecated public static hudson.DescriptorExtensionList all()
AbstractFolderPropertyDescriptor
s from ExtensionList.lookup(java.lang.Class<T>)
instead.Copyright © 2016–2017. All rights reserved.