@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public abstract class ThemeManagerFactory extends AbstractDescribableImpl<ThemeManagerFactory> implements ExtensionPoint
Since the user can configure this class, you must have a DataBoundConstructor.
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ThemeManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssUrl() |
ThemeManagerFactoryDescriptor |
getDescriptor() |
String |
getJavaScriptUrl() |
abstract Theme |
getTheme() |
public abstract Theme getTheme()
public String getCssUrl()
public String getJavaScriptUrl()
public ThemeManagerFactoryDescriptor getDescriptor()
getDescriptor in interface Describable<ThemeManagerFactory>getDescriptor in class AbstractDescribableImpl<ThemeManagerFactory>Copyright © 2016–2020. All rights reserved.