Class Symbol


  • public final class Symbol
    extends Object
    Helper class to load symbols from Jenkins core or plugins.
    Since:
    2.383
    • 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