Package org.jenkins.ui.icon
Interface IconSpec
-
- All Known Implementing Classes:
AbstractProject.AbstractProjectDescriptor
,FreeStyleProject.DescriptorImpl
,TopLevelItemDescriptor
public interface IconSpec
Icon Specification.
Plugin extension points that implement/extend Action/ManagementLink should also implement this interface.- Since:
- 2.0
- Author:
- tom.fennelly@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIconClassName()
Get the Icon class specification e.g.
-
-
-
Method Detail
-
getIconClassName
String getIconClassName()
Get the Icon class specification e.g. 'icon-notepad'.
Note: do NOT include icon size specifications (such as 'icon-sm').- Returns:
- The Icon class specification e.g. 'icon-notepad'.
-
-