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.
Plugin extension points that implement/extend Action/ManagementLink should also implement this interface.
- Since:
- 2.0
- Author:
- tom.fennelly@gmail.com
-
Method Summary
Modifier and TypeMethodDescriptionGet the Icon class specification e.g.
-
Method Details
-
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'.
-