Package io.jenkins.plugins.materialtheme
Class MaterialRedThemeManagerFactory
java.lang.Object
hudson.model.AbstractDescribableImpl<io.jenkins.plugins.thememanager.ThemeManagerFactory>
io.jenkins.plugins.thememanager.ThemeManagerFactory
io.jenkins.plugins.materialtheme.MaterialRedThemeManagerFactory
- All Implemented Interfaces:
ExtensionPoint,Describable<io.jenkins.plugins.thememanager.ThemeManagerFactory>
public class MaterialRedThemeManagerFactory
extends io.jenkins.plugins.thememanager.ThemeManagerFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaterialRedThemeManagerFactory.MaterialRedThemeManagerFactoryDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields Modifier and Type Field Description static StringMATERIAL_RED_CSSstatic StringMATERIAL_RED_SYMBOLstatic StringMATERIAL_RED_URL_NAME -
Constructor Summary
Constructors Constructor Description MaterialRedThemeManagerFactory() -
Method Summary
Modifier and Type Method Description io.jenkins.plugins.thememanager.ThemegetTheme()Methods inherited from class io.jenkins.plugins.thememanager.ThemeManagerFactory
getCssUrl, getDescriptor, getJavaScriptUrl
-
Field Details
-
MATERIAL_RED_CSS
- See Also:
- Constant Field Values
-
MATERIAL_RED_SYMBOL
- See Also:
- Constant Field Values
-
MATERIAL_RED_URL_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MaterialRedThemeManagerFactory
@DataBoundConstructor public MaterialRedThemeManagerFactory()
-
-
Method Details
-
getTheme
public io.jenkins.plugins.thememanager.Theme getTheme()- Specified by:
getThemein classio.jenkins.plugins.thememanager.ThemeManagerFactory
-