Uses of Enum Class
io.jenkins.plugins.prism.PrismTheme
-
Uses of PrismTheme in io.jenkins.plugins.prism
Methods in io.jenkins.plugins.prism that return PrismThemeModifier and TypeMethodDescriptionPrismAppearanceConfiguration.getTheme()
PrismConfiguration.getTheme()
Deprecated.static PrismTheme
Returns the enum constant of this class with the specified name.static PrismTheme[]
PrismTheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.prism with parameters of type PrismThemeModifier and TypeMethodDescriptionvoid
PrismAppearanceConfiguration.setTheme
(PrismTheme theme) Sets the active theme to be used when rendering the source code with prism.
PrismAppearanceConfiguration
instead