Package org.jenkins.ui.symbol
Class Symbol
java.lang.Object
org.jenkins.ui.symbol.Symbol
Helper class to load symbols from Jenkins core or plugins.
- Since:
 - 2.383
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic Stringget(SymbolRequest request) Generates the svg markup for the given symbol name and attributes. 
- 
Method Details
- 
get
Generates the svg markup for the given symbol name and attributes.- Parameters:
 request- the symbol request object.- Returns:
 - The svg markup for the symbol.
 - Since:
 - 2.383
 
 
 -