public abstract class FolderPropertyDescriptor extends AbstractFolderPropertyDescriptor
| Constructor and Description |
|---|
FolderPropertyDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList |
all()
Deprecated.
Directly look up
AbstractFolderPropertyDescriptors 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, isApplicableaddHelpFileRedirect, 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, toMappublic FolderProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
AbstractFolderPropertyDescriptornewInstance in class AbstractFolderPropertyDescriptorAbstractFolderProperty to the target folder.hudson.model.Descriptor.FormExceptionpublic static List<FolderPropertyDescriptor> getPropertyDescriptors(Class<? extends Folder> containerType)
@Deprecated public static hudson.DescriptorExtensionList all()
AbstractFolderPropertyDescriptors from ExtensionList.lookup(java.lang.Class<T>) instead.Copyright © 2016. All rights reserved.