@Extension public static class NoOpThemeManagerFactory.NoOpThemeManagerFactoryDescriptor extends ThemeManagerFactoryDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
NoOpThemeManagerFactoryDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
ThemeManagerFactory |
getInstance()
Creates an instance of a
ThemeManagerFactory. |
String |
getThemeId()
A unique name for a theme plugin
|
all, getThemeCssSuffix, getThemeJsSuffixaddHelpFileRedirect, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@NonNull public String getDisplayName()
getDisplayName in class Descriptor<ThemeManagerFactory>public ThemeManagerFactory getInstance()
ThemeManagerFactoryDescriptorThemeManagerFactory.getInstance in class ThemeManagerFactoryDescriptorThemeManagerFactorypublic String getThemeId()
ThemeManagerFactoryDescriptorThis should be all lower case and URL safe, i.e. 'dark', 'neo2'
The ID can be re-used inside of your plugin if you are serving multiple variations of the theme, i.e. 'Dark', 'Dark (System)' could both be 'dark'.
Used in generating URLs for Jenkins to find your theme files.
getThemeId in class ThemeManagerFactoryDescriptorCopyright © 2016–2020. All rights reserved.