Package io.jenkins.plugins.materialtheme
Class AbstractMaterialThemeDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<io.jenkins.plugins.thememanager.ThemeManagerFactory>
-
- io.jenkins.plugins.thememanager.ThemeManagerFactoryDescriptor
-
- io.jenkins.plugins.materialtheme.AbstractMaterialThemeDescriptor
-
- Direct Known Subclasses:
MaterialGreenThemeManagerFactory.MaterialGreenThemeManagerFactoryDescriptor,MaterialGreyThemeManagerFactory.MaterialGreyThemeManagerFactoryDescriptor,MaterialIndigoThemeManagerFactory.MaterialIndigoThemeManagerFactoryDescriptor,MaterialLightBlueThemeManagerFactory.MaterialLightBlueThemeManagerFactoryDescriptor,MaterialRedThemeManagerFactory.MaterialRedThemeManagerFactoryDescriptor,MaterialYellowThemeManagerFactory.MaterialYellowThemeManagerFactoryDescriptor
public abstract class AbstractMaterialThemeDescriptor extends io.jenkins.plugins.thememanager.ThemeManagerFactoryDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
-
Constructor Summary
Constructors Constructor Description AbstractMaterialThemeDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetThemeId()booleanisNamespaced()-
Methods inherited from class io.jenkins.plugins.thememanager.ThemeManagerFactoryDescriptor
all, getInstance, getThemeCssSuffix, getThemeJsSuffix, getThemeKey
-
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, getDisplayName, 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
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getThemeId
public String getThemeId()
- Specified by:
getThemeIdin classio.jenkins.plugins.thememanager.ThemeManagerFactoryDescriptor
-
isNamespaced
public boolean isNamespaced()
- Overrides:
isNamespacedin classio.jenkins.plugins.thememanager.ThemeManagerFactoryDescriptor
-
-