Package org.jenkins.ui.icon
Interface IconSpec
- All Known Subinterfaces:
IComputer
- All Known Implementing Classes:
AbstractCloudComputer,AbstractProject.AbstractProjectDescriptor,Computer,Detail,DurationDetail,FreeStyleProject.DescriptorImpl,Hudson.MasterComputer,Jenkins.MasterComputer,SlaveComputer,TimestampDetail,TopLevelItemDescriptor
public interface IconSpec
Icon Specification.
If your class provides an icon spec you should implement this interface.
If your class provides an icon spec you should 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'.
-