Uses of Enum Class
io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
-
Uses of SvgTag.FontAwesomeStyle in io.jenkins.plugins.fontawesome
Methods in io.jenkins.plugins.fontawesome that return SvgTag.FontAwesomeStyleModifier and TypeMethodDescriptionstatic SvgTag.FontAwesomeStyle
Returns the enum constant of this class with the specified name.static SvgTag.FontAwesomeStyle[]
SvgTag.FontAwesomeStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.fontawesome with parameters of type SvgTag.FontAwesomeStyleModifier and TypeMethodDescriptionstatic SvgTag
SvgTag.fontAwesomeSvgIcon
(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTag
that renders the specified SVG icon of FontAwesome.FontAwesomeIcons.getAvailableIcons
(SvgTag.FontAwesomeStyle filter) Get all available icons provided by the font-awesome-api-plugin filtered by their style.Constructors in io.jenkins.plugins.fontawesome with parameters of type SvgTag.FontAwesomeStyleModifierConstructorDescriptionSvgTag
(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTag
that renders the specified SVG icon of FontAwesome.