Index

B F G I R S T V W 
All Classes and Interfaces|All Packages

B Link icon

BRANDS - Enum constant in enum class io.jenkins.plugins.fontawesome.SvgTag.FontAwesomeStyle
 

F Link icon

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 using SvgTag.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 Link icon

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 Link icon

io.jenkins.plugins.fontawesome - package io.jenkins.plugins.fontawesome
 

R Link icon

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 Link icon

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 using SvgTag.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 Link icon

toString() - Method in class io.jenkins.plugins.fontawesome.SvgTag
 

V Link icon

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 Link icon

withClasses(String...) - Method in class io.jenkins.plugins.fontawesome.SvgTag
Uses the specified class names for this SVG tag.
B F G I R S T V W 
All Classes and Interfaces|All Packages