@Extension public static class OrganizationFolder.DescriptorImpl extends com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.cloudbees.hudson.plugins.folder.ChildNameGenerator<OrganizationFolder,? extends TopLevelItem> |
childNameGenerator() |
String |
getCategoryId()
Used to categorize
OrganizationFolder instances. |
String |
getDescription()
A description of this
OrganizationFolder. |
String |
getDisplayName() |
String |
getIconClassName() |
List<com.cloudbees.hudson.plugins.folder.FolderIconDescriptor> |
getIconDescriptors() |
String |
getIconFilePathPattern() |
boolean |
isIconConfigurable() |
TopLevelItem |
newInstance(ItemGroup parent,
String name) |
static <T> List<T> |
remove(Iterable<T> base,
Class<? extends T> type)
Creates a filtered sublist.
|
getHealthMetricDescriptors, getPropertyDescriptors, isLookAndFeelConfigurable, isTabBarConfigurableall, checkApplicableIn, getIconFilePath, isApplicable, isApplicableIn, newInstance, newInstance, testInstanceaddHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
getDisplayName in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptorpublic TopLevelItem newInstance(ItemGroup parent, String name)
newInstance in class TopLevelItemDescriptor@NonNull public String getCategoryId()
OrganizationFolder instances.getCategoryId in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptorTopLevelItemDescriptor#getCategoryId()@NonNull public String getDescription()
OrganizationFolder.getDescription in class TopLevelItemDescriptorTopLevelItemDescriptor#getDescription().public String getIconFilePathPattern()
getIconFilePathPattern in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptorpublic String getIconClassName()
getIconClassName in interface org.jenkins.ui.icon.IconSpecgetIconClassName in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor@Nonnull public static <T> List<T> remove(@Nonnull Iterable<T> base, @Nonnull Class<? extends T> type)
T - the type to remove from the base listbase - the base listtype - the type to remove from the base listpublic List<com.cloudbees.hudson.plugins.folder.FolderIconDescriptor> getIconDescriptors()
getIconDescriptors in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptorpublic boolean isIconConfigurable()
isIconConfigurable in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor@NonNull public final com.cloudbees.hudson.plugins.folder.ChildNameGenerator<OrganizationFolder,? extends TopLevelItem> childNameGenerator()
childNameGenerator in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptorCopyright © 2016–2019. All rights reserved.