Verwendungen von Enum
io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
-
Verwendungen von SvgTag.FontAwesomeStyle in io.jenkins.plugins.fontawesome
Modifizierer und TypMethodeBeschreibungstatic SvgTag.FontAwesomeStyle
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static SvgTag.FontAwesomeStyle[]
SvgTag.FontAwesomeStyle.values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Modifizierer und TypMethodeBeschreibungstatic 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.ModifiziererKonstruktorBeschreibungSvgTag
(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTag
that renders the specified SVG icon of FontAwesome.