Uses of Class
org.jenkins.ui.symbol.SymbolRequest
-
Packages that use SymbolRequest Package Description org.jenkins.ui.symbol -
-
Uses of SymbolRequest in org.jenkins.ui.symbol
Methods in org.jenkins.ui.symbol that return SymbolRequest Modifier and Type Method Description SymbolRequest
SymbolRequest.Builder. build()
Methods in org.jenkins.ui.symbol with parameters of type SymbolRequest Modifier and Type Method Description static String
Symbol. get(SymbolRequest request)
Generates the svg markup for the given symbol name and attributes.
-