Package io.jenkins.plugins.materialtheme
Class AbstractMaterialTheme
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<io.jenkins.plugins.thememanager.ThemeManagerFactory>
-
- io.jenkins.plugins.thememanager.ThemeManagerFactory
-
- io.jenkins.plugins.materialtheme.AbstractMaterialTheme
-
- All Implemented Interfaces:
ExtensionPoint,Describable<io.jenkins.plugins.thememanager.ThemeManagerFactory>
- Direct Known Subclasses:
MaterialGreenThemeManagerFactory,MaterialGreyThemeManagerFactory,MaterialIndigoThemeManagerFactory,MaterialLightBlueThemeManagerFactory,MaterialRedThemeManagerFactory,MaterialYellowThemeManagerFactory
public class AbstractMaterialTheme extends io.jenkins.plugins.thememanager.ThemeManagerFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_CSSstatic StringCUSTOMISED_CSS
-
Constructor Summary
Constructors Constructor Description AbstractMaterialTheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jenkins.plugins.thememanager.ThemegetTheme()
-
-
-
Field Detail
-
BASE_CSS
public static final String BASE_CSS
- See Also:
- Constant Field Values
-
CUSTOMISED_CSS
public static final String CUSTOMISED_CSS
- See Also:
- Constant Field Values
-
-