Class Folder.DescriptorImpl
- java.lang.Object
-
- hudson.model.Descriptor<TopLevelItem>
-
- hudson.model.TopLevelItemDescriptor
-
- com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
-
- com.cloudbees.hudson.plugins.folder.Folder.DescriptorImpl
-
- Enclosing class:
- Folder
@Extension public static class Folder.DescriptorImpl extends AbstractFolderDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description DescriptorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Needed if it wants Folders are categorized in Jenkins 2.x.TopLevelItemnewInstance(ItemGroup parent, String name)-
Methods inherited from class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
childNameGenerator, doCheckDisplayNameOrNull, getCategoryId, getDisplayName, getHealthMetricDescriptors, getIconClassName, getIconDescriptors, getIconFilePathPattern, getPropertyDescriptors, isIconConfigurable, isLookAndFeelConfigurable, isTabBarConfigurable
-
Methods inherited from class hudson.model.TopLevelItemDescriptor
all, checkApplicableIn, getIconFilePath, isApplicable, isApplicableIn, newInstance, newInstance, testInstance
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Needed if it wants Folders are categorized in Jenkins 2.x.- Overrides:
getDescriptionin classTopLevelItemDescriptor- Returns:
- A string with the Item description.
-
newInstance
public TopLevelItem newInstance(ItemGroup parent, String name)
- Specified by:
newInstancein classTopLevelItemDescriptor
-
-