Uses of Class
io.jenkins.plugins.fontawesome.api.SvgTag
-
Uses of SvgTag in io.jenkins.plugins.fontawesome.api
Methods in io.jenkins.plugins.fontawesome.api that return SvgTagModifier and TypeMethodDescriptionstatic SvgTagSvgTag.fontAwesomeSvgIcon(String iconName) Creates a newSvgTagthat renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID.static SvgTagSvgTag.fontAwesomeSvgIcon(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.SvgTag.withClasses(String... classNames) Uses the specified class names for this SVG tag.