Package io.jenkins.plugins.materialtheme
Class MaterialIndigoThemeManagerFactory
java.lang.Object
hudson.model.AbstractDescribableImpl<io.jenkins.plugins.thememanager.ThemeManagerFactory>
io.jenkins.plugins.thememanager.ThemeManagerFactory
io.jenkins.plugins.materialtheme.MaterialIndigoThemeManagerFactory
- All Implemented Interfaces:
ExtensionPoint,Describable<io.jenkins.plugins.thememanager.ThemeManagerFactory>
public class MaterialIndigoThemeManagerFactory
extends io.jenkins.plugins.thememanager.ThemeManagerFactory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaterialIndigoThemeManagerFactory.MaterialIndigoThemeManagerFactoryDescriptorNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields Modifier and Type Field Description static StringMATERIAL_INDIGO_CSSstatic StringMATERIAL_INDIGO_SYMBOLstatic StringMATERIAL_INDIGO_URL_NAME -
Constructor Summary
Constructors Constructor Description MaterialIndigoThemeManagerFactory() -
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_INDIGO_CSS
- See Also:
- Constant Field Values
-
MATERIAL_INDIGO_SYMBOL
- See Also:
- Constant Field Values
-
MATERIAL_INDIGO_URL_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MaterialIndigoThemeManagerFactory
@DataBoundConstructor public MaterialIndigoThemeManagerFactory()
-
-
Method Details
-
getTheme
public io.jenkins.plugins.thememanager.Theme getTheme()- Specified by:
getThemein classio.jenkins.plugins.thememanager.ThemeManagerFactory
-