Uses of Class
io.jenkins.plugins.thememanager.Theme.Builder
Packages that use Theme.Builder
Package
Description
Dummy javadoc comment till 11.0.18 is released https://bugs.openjdk.org/browse/JDK-8297889
- 
Uses of Theme.Builder in io.jenkins.plugins.thememanagerMethods in io.jenkins.plugins.thememanager that return Theme.BuilderModifier and TypeMethodDescriptionstatic Theme.BuilderTheme.builder()Constructs the builder for the theme.Theme.Builder.respectSystemAppearance()Marks the theme as a 'system' respecting theme that will adapt to light and dark system configurationTheme.Builder.withCssUrl(String cssUrl) A URL to a CSS file, this can be served by Jenkins or remote.Theme.Builder.withCssUrls(List<String> cssUrls) Theme.Builder.withJavascriptUrl(String javascriptUrl) A URL to a JavaScript file, this can be served by Jenkins or remote.Theme.Builder.withJavascriptUrls(List<String> javascriptUrls) Theme.Builder.withProperty(String pluginId, String name, String value) Properties are a way a theme author can provide extra information to plugins.