@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() |
String |
getThemeId()
A name for a theme plugin
|
String |
getThemeKey()
A unique key for a theme plugin
|
all, getInstance, getThemeCssSuffix, getThemeJsSuffix, isNamespacedaddHelpFileRedirect, 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 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 ThemeManagerFactoryDescriptorpublic String getThemeKey()
ThemeManagerFactoryDescriptorThis should be all lower case and URL safe, i.e. 'dark-system', 'neo2'
Used in the html dataset namespace for the theme.
getThemeKey in class ThemeManagerFactoryDescriptorCopyright © 2016–2022. All rights reserved.