Index
All Classes and Interfaces|All Packages
B
- BRANDS - Enum constant in enum io.jenkins.plugins.fontawesome.api.SvgTag.FontAwesomeStyle
F
- fontAwesomeSvgIcon(String) - Static method in class io.jenkins.plugins.fontawesome.api.SvgTag
- fontAwesomeSvgIcon(String, SvgTag.FontAwesomeStyle) - Static method in class io.jenkins.plugins.fontawesome.api.SvgTag
-
Creates a new
SvgTagthat renders the specified SVG icon of FontAwesome.
I
- io.jenkins.plugins.fontawesome.api - package io.jenkins.plugins.fontawesome.api
R
- REGULAR - Enum constant in enum io.jenkins.plugins.fontawesome.api.SvgTag.FontAwesomeStyle
- render() - Method in class io.jenkins.plugins.fontawesome.api.SvgTag
-
Renders this tag into plain HTML String representation.
S
- SOLID - Enum constant in enum io.jenkins.plugins.fontawesome.api.SvgTag.FontAwesomeStyle
- SvgTag - Class in io.jenkins.plugins.fontawesome.api
-
Textual SVG tag representation that shows a FontAwesome icon.
- SvgTag(String) - Constructor for class io.jenkins.plugins.fontawesome.api.SvgTag
- SvgTag(String, SvgTag.FontAwesomeStyle) - Constructor for class io.jenkins.plugins.fontawesome.api.SvgTag
-
Creates a new
SvgTagthat renders the specified SVG icon of FontAwesome. - SvgTag(String, JenkinsFacade) - Constructor for class io.jenkins.plugins.fontawesome.api.SvgTag
-
Deprecated.
- SvgTag(String, JenkinsFacade, SvgTag.FontAwesomeStyle) - Constructor for class io.jenkins.plugins.fontawesome.api.SvgTag
-
Deprecated.use
SvgTag(String, FontAwesomeStyle)instead - SvgTag.FontAwesomeStyle - Enum in io.jenkins.plugins.fontawesome.api
-
Available Font Awesome styles.
V
- valueOf(String) - Static method in enum io.jenkins.plugins.fontawesome.api.SvgTag.FontAwesomeStyle
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.jenkins.plugins.fontawesome.api.SvgTag.FontAwesomeStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withClasses(String...) - Method in class io.jenkins.plugins.fontawesome.api.SvgTag
-
Uses the specified class names for this SVG tag.
All Classes and Interfaces|All Packages
SvgTag(String)instead