@Extension
public static class OrganizationFolder.DescriptorImpl
extends com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
hudson.model.TopLevelItem |
newInstance(hudson.model.ItemGroup parent,
String name) |
static <T> List<T> |
remove(Iterable<T> base,
Class<? extends T> type)
Creates a filtered sublist.
|
getHealthMetricDescriptors, getPropertyDescriptors, isLookAndFeelConfigurable, isTabBarConfigurable
all, checkApplicableIn, isApplicable, isApplicableIn, newInstance, newInstance, testInstance
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, 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, toMap
public String getDisplayName()
getDisplayName
in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
public hudson.model.TopLevelItem newInstance(hudson.model.ItemGroup parent, String name)
newInstance
in class hudson.model.TopLevelItemDescriptor
@NonNull public String getCategoryId()
OrganizationFolder
instances.getCategoryId
in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
TopLevelItemDescriptor#getCategoryId()
@NonNull public String getDescription()
OrganizationFolder
.getDescription
in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
TopLevelItemDescriptor#getDescription()
.public String getIconFilePathPattern()
getIconFilePathPattern
in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
public String getIconClassName()
getIconClassName
in interface org.jenkins.ui.icon.IconSpec
getIconClassName
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.AbstractFolderDescriptor
public boolean isIconConfigurable()
isIconConfigurable
in class com.cloudbees.hudson.plugins.folder.AbstractFolderDescriptor
Copyright © 2016–2017. All rights reserved.