Verwendungen von Enum
io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
-
Verwendungen von SvgTag.FontAwesomeStyle in io.jenkins.plugins.fontawesome
Methoden in io.jenkins.plugins.fontawesome, die SvgTag.FontAwesomeStyle zurückgebenModifizierer und TypMethodeBeschreibungstatic SvgTag.FontAwesomeStyleGibt 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.Methoden in io.jenkins.plugins.fontawesome mit Parametern vom Typ SvgTag.FontAwesomeStyleModifizierer und TypMethodeBeschreibungstatic SvgTagSvgTag.fontAwesomeSvgIcon(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTagthat 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.Konstruktoren in io.jenkins.plugins.fontawesome mit Parametern vom Typ SvgTag.FontAwesomeStyleModifiziererKonstruktorBeschreibungSvgTag(String iconName, SvgTag.FontAwesomeStyle style) Creates a newSvgTagthat renders the specified SVG icon of FontAwesome.