Package org.jenkins.ui.symbol
Class Symbol
- java.lang.Object
-
- org.jenkins.ui.symbol.Symbol
-
public final class Symbol extends Object
Helper class to load symbols from Jenkins core or plugins.- Since:
- 2.383
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
get(SymbolRequest request)
Generates the svg markup for the given symbol name and attributes.
-
-
-
Method Detail
-
get
public static String get(@NonNull SymbolRequest request)
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
-
-