Class ThemeManagerFactory

java.lang.Object
hudson.model.AbstractDescribableImpl<ThemeManagerFactory>
io.jenkins.plugins.thememanager.ThemeManagerFactory
All Implemented Interfaces:
ExtensionPoint, Describable<ThemeManagerFactory>
Direct Known Subclasses:
NoOpThemeManagerFactory

public abstract class ThemeManagerFactory extends AbstractDescribableImpl<ThemeManagerFactory> implements ExtensionPoint
Pluggable ability to add additional built-in themes. The descriptor's display name will be used for the UI label

Since the user can configure this class, you must have a DataBoundConstructor.

See Also: