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 Details

    • 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