Uses of Class
org.jenkins.ui.icon.Icon
-
Packages that use Icon Package Description hudson org.jenkins.ui.icon -
-
Uses of Icon in hudson
Methods in hudson that return Icon Modifier and Type Method Description static Icon
Functions. tryGetIcon(String iconGuess)
-
Uses of Icon in org.jenkins.ui.icon
Subclasses of Icon in org.jenkins.ui.icon Modifier and Type Class Description class
BuildStatusIcon
An icon used for build statusesclass
WeatherIcon
All the weather iconsMethods in org.jenkins.ui.icon that return Icon Modifier and Type Method Description Icon
IconSet. getIconByClassSpec(Object iconClassSpec)
Get an icon instance from a class specification.Icon
IconSet. getIconByNormalizedCSSSelector(Object cssSelector)
Get an icon instance from it'snormalized CSS selector
.Icon
IconSet. getIconByUrl(Object url)
Get an icon instance from it's url.Methods in org.jenkins.ui.icon that return types with arguments of type Icon Modifier and Type Method Description Map<String,Icon>
IconSet. getCoreIcons()
Methods in org.jenkins.ui.icon with parameters of type Icon Modifier and Type Method Description IconSet
IconSet. addIcon(Icon icon)
-