Package jenkins.plugins.foldericon
Class Emojis
java.lang.Object
jenkins.plugins.foldericon.Emojis
Utility to work with emojis provided by the custom-folder-icon-plugin.
- Author:
- strangelookingnerd
-
Method Summary
Modifier and TypeMethodDescriptionGet all available emojis provided by the custom-folder-icon-plugin.Get all available icons provided by the custom-folder-icon-plugin.static StringgetIconClassName(String emoji) Takes an emoji name and generates an icon class name from it.
-
Method Details
-
getIconClassName
Takes an emoji name and generates an icon class name from it.- Parameters:
emoji- the emoji name- Returns:
- the icon class name
-
getAvailableIcons
Get all available icons provided by the custom-folder-icon-plugin.- Returns:
- a sorted map of available emojis with emoji name as key and the icon class name as value.
-
getAvailableEmojis
Get all available emojis provided by the custom-folder-icon-plugin.- Returns:
- a sorted map of available emojis with emoji name as key and the actual unicode emoji as value.
-