Class Ionicons

java.lang.Object
io.jenkins.plugins.ionicons.Ionicons

public final class Ionicons extends Object
Utility to work with icons provided by the ionicons-api-plugin.
Author:
strangelookingnerd
  • Method Details

    • getIconClassName

      public static String getIconClassName(String icon)
      Takes an icon name and generates an icon class name from it.
      Parameters:
      icon - the icon name
      Returns:
      the icon class name
    • getAvailableIcons

      public static Map<String,String> getAvailableIcons()
      Get all available icons provided by the ionicons-api-plugin.
      Returns:
      a sorted map of available icons with icon name as key and the icon class name as value.