Index
All Classes and Interfaces|All Packages
B 
- BRANDS - Enum constant in enum class io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
F 
- FontAwesomeIcons - Class in io.jenkins.plugins.fontawesome
-
Utility to work with icons provided by the font-awesome-api-plugin.
- fontAwesomeSvgIcon(String) - Static method in class io.jenkins.plugins.fontawesome.SvgTag
-
Creates a new
SvgTag
that renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID
. - fontAwesomeSvgIcon(String, SvgTag.FontAwesomeStyle) - Static method in class io.jenkins.plugins.fontawesome.SvgTag
-
Creates a new
SvgTag
that renders the specified SVG icon of FontAwesome.
G 
- getAvailableIcons() - Static method in class io.jenkins.plugins.fontawesome.FontAwesomeIcons
-
Get all available icons provided by the font-awesome-api-plugin.
- getAvailableIcons(SvgTag.FontAwesomeStyle) - Static method in class io.jenkins.plugins.fontawesome.FontAwesomeIcons
-
Get all available icons provided by the font-awesome-api-plugin filtered by their style.
- getIconClassName(String) - Static method in class io.jenkins.plugins.fontawesome.FontAwesomeIcons
-
Takes an icon name and generates an icon class name from it.
I 
- io.jenkins.plugins.fontawesome - package io.jenkins.plugins.fontawesome
R 
- REGULAR - Enum constant in enum class io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
- render() - Method in class io.jenkins.plugins.fontawesome.SvgTag
-
Renders this tag into plain HTML String representation.
S 
- SOLID - Enum constant in enum class io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
- SvgTag - Class in io.jenkins.plugins.fontawesome
-
Textual SVG tag representation that shows a FontAwesome icon.
- SvgTag(String) - Constructor for class io.jenkins.plugins.fontawesome.SvgTag
-
Creates a new
SvgTag
that renders the specified SVG icon of FontAwesome usingSvgTag.FontAwesomeStyle.SOLID
. - SvgTag(String, SvgTag.FontAwesomeStyle) - Constructor for class io.jenkins.plugins.fontawesome.SvgTag
-
Creates a new
SvgTag
that renders the specified SVG icon of FontAwesome. - SvgTag.FontAwesomeStyle - Enum Class in io.jenkins.plugins.fontawesome
-
Available Font Awesome styles.
T 
- toString() - Method in class io.jenkins.plugins.fontawesome.SvgTag
V 
- valueOf(String) - Static method in enum class io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
W 
- withClasses(String...) - Method in class io.jenkins.plugins.fontawesome.SvgTag
-
Uses the specified class names for this SVG tag.
All Classes and Interfaces|All Packages