Uses of Enum
io.jenkins.plugins.fontawesome.api.SvgTag.FontAwesomeStyle
-
Uses of SvgTag.FontAwesomeStyle in io.jenkins.plugins.fontawesome.api
Methods in io.jenkins.plugins.fontawesome.api that return SvgTag.FontAwesomeStyleModifier and TypeMethodDescriptionstatic SvgTag.FontAwesomeStyleReturns the enum constant of this type with the specified name.static SvgTag.FontAwesomeStyle[]SvgTag.FontAwesomeStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.fontawesome.api with parameters of type SvgTag.FontAwesomeStyleModifier and TypeMethodDescriptionstatic SvgTagSvgTag.fontAwesomeSvgIcon(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.Constructors in io.jenkins.plugins.fontawesome.api with parameters of type SvgTag.FontAwesomeStyleModifierConstructorDescriptionSvgTag(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.SvgTag(String iconName, io.jenkins.plugins.util.JenkinsFacade jenkinsFacade, SvgTag.FontAwesomeStyle style) Deprecated.
SvgTag(String, FontAwesomeStyle)instead