Interface IconSpec

All Known Subinterfaces:
IComputer
All Known Implementing Classes:
AbstractCloudComputer, AbstractProject.AbstractProjectDescriptor, Computer, FreeStyleProject.DescriptorImpl, Hudson.MasterComputer, Jenkins.MasterComputer, SlaveComputer, TopLevelItemDescriptor

public interface IconSpec
Icon Specification.
If your class provides an icon spec you should implement this interface.
Since:
2.0
Author:
tom.fennelly@gmail.com
  • Method Summary

    Modifier and Type
    Method
    Description
    Get 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'.